Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zamoooik Friend
    #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


    1. confirm
    phong nam Friend
    #498816

    Hi 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.

Viewing 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