Spaceray Posted January 20, 2012 Share Posted January 20, 2012 Hello, I have activated the "one page checkout" option to get all the checkout much better in just one page, BUT the problem I find is that this disables the "shopping cart" button that appears in the cart block, and now ONLY shows the checkout button. Please is there some possibel way to have the "One page checkout" activated and keep it WITH shopping cart button activated TOO ? I want to have both things, as I want to have the cart summary page AND when ready to pay, the client would go the checkout page, but I do not want to have BOTH cart summary AND checkout in the same page. I want to have TWO pages, one that shows the cart summary, shipping estimator, and Have also another different page for "one page checkout" that would also include the cart summary. Please, Is there any free or paid module that could do this ? I have bought a paid "one page checkout" module but it works in the same way as the one from prestashop disabling the cart button and the cart summary page. Please could there be some way to have BOTH ? Thanks very much for your help Kindest Regards Link to comment Share on other sites More sharing options...
shacker Posted January 20, 2012 Share Posted January 20, 2012 edit the blockcart.tpl in modules/blocks/blockcart and delete from this line {if $order_process == 'order'}<a href="{$link->getPageLink("$order_process.php", true)}" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}</a>{/if} the if statment {if $order_process == 'order'}{/if} Link to comment Share on other sites More sharing options...
Gold-Boutique.com Posted January 25, 2012 Share Posted January 25, 2012 i have same problem where do i get this one page cart from can i install it a NOVICE no technical computer knowledge or do i need a web developer ? sorry if i ask silly questions i have no developer they messed up my site and left me in lurch : ((( Link to comment Share on other sites More sharing options...
shacker Posted January 26, 2012 Share Posted January 26, 2012 in preferences, you hace the option for one page checkout, or 5 steps Link to comment Share on other sites More sharing options...
kram Posted January 27, 2012 Share Posted January 27, 2012 edit the blockcart.tpl in modules/blocks/blockcart and delete from this line {if $order_process == 'order'}<a href="{$link->getPageLink("$order_process.php", true)}" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}</a>{/if} the if statment {if $order_process == 'order'}{/if} That just adds the "cart" button, but clicking that takes you to the opc page (order-opc.php). I think the question is if it's possible to have a cart only page, and then a link to a opc page. ??? Thanks Link to comment Share on other sites More sharing options...
shacker Posted January 27, 2012 Share Posted January 27, 2012 but in the order proces you have the cart. is not the same? Link to comment Share on other sites More sharing options...
WinBoot Posted March 1, 2013 Share Posted March 1, 2013 I am sorry to digg up this old thread but i do have the same issue. How can we split "one page checkout" and "shopping cart" into two sepperate pages? So the order process becomes like this: product > shopping cart > checkout rather then this: product > shopping cart & checkout I have searched for a solution on and off the forum and can't find anything. Help would be greatly appreciated! Link to comment Share on other sites More sharing options...
Nyla C. Posted January 15, 2016 Share Posted January 15, 2016 I'm looking for the same answer Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now