-
AuthorPosts
-
July 11, 2013 at 12:54 pm #188866
Please i would like to place a copy of my confirm purchase button on top of the checkout step 4 page close to the continue shopping button, i want people shopping to see it both on top and bottom also,
thanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 12, 2013 at 8:10 am #498816Hi zamoooik,
We will need to hack the VM component layout to get your requirement, so that you should backup your files & open componentscom_virtuemartviewscarttmpldefault.php. And find & replace lines:
<?php // Continue Shopping Button
if ($this->continue_link_html != '') {
echo $this->continue_link_html;
} ?>with
<?php // Continue Shopping Button
if ($this->continue_link_html != '') {
echo $this->checkout_link_html;
echo $this->continue_link_html;
} ?>Note: The red line is used to display Confirm button. You will need to adjust some css style if needed.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by phong nam 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how do i place a copy of my confirm purchase button on top of the step 4 page
Viewing 2 posts - 1 through 2 (of 2 total)