cree8tor Posted August 4, 2011 Share Posted August 4, 2011 when i click on the Cart link, it goes to "domain.com/.php" it doesn't go to check out the header code looks like this: <a href="{$link->getPageLink("$order_process.php", true)}" title="{l s='Your Shopping Cart' mod='blockuserinfo'}">{l s='Cart:' mod='blockuserinfo'}</a/> heres a link to the site: http://tinyurl.com/3tvkukx Thanks Link to comment Share on other sites More sharing options...
phrasespot Posted August 6, 2011 Share Posted August 6, 2011 Just a quick test, insert a span element snippet as shown below just before the code you posted and let me know if you do see anything similar to the attached. <span>{$order_process}</span><a href="{$link->getPageLink... If you don't see anything, then the theme you have may be interfering. Link to comment Share on other sites More sharing options...
cree8tor Posted August 7, 2011 Author Share Posted August 7, 2011 ya, that didn't work. whats the actual checkout link with prestashop? can't i just hardcode the link to the checkout page? Link to comment Share on other sites More sharing options...
phrasespot Posted August 7, 2011 Share Posted August 7, 2011 The reason it is not hardcoded in the template is that there are two different checkout pages. If you use usual 5 step checkout it is order.php, if you use one page checkout it is order-opc.php 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