When I add a product to my basket, the cart page comes up and then I return back to the original product page. All works fine, but I can't work out which page this is. Which one is it, so that I can edit it?
From Advanced | Template Manager - change to the grey button view if not already there, then on the ordering tab, click the confirm button. That should be the one.
I would of thought it was the same one, but doesn't seem to be. It's when you add a product, the page is displayed for 5 secs (adjustable) showing the cart and saying 'Please wait for your browser to forward you to the next page or click here.' and then you get taken back to the original product page. I am trying to add a couple of line breaks to drop the template down the bulk area. I have managed it with every other template, I just can't find this one. Thanks.
I understand - then Bill's info is correct. The template name is:
Act_ConfirmRemoveTemplate.html
Have you tried adding some line breaks above that table in the template.
I'm not sure which main template this one is inserted into - if adding breaks doesn't work then you will need to find which that is. (I would've expected it to be Act_Shoppingcart but not sure)
Thanks. Have tried adding line breaks into there, but doesn't seem to do anything I'm afraid. I have dropped down the bulk field in the table in Act.PrimaryCheckout.html for now, but would be interested if anyone does know how to edit this page.
Go to "Advanced|Template Manager|Cart Table", this will open "Act_ShoppingCartXML.html". You can insert the <br> tags before <TABLE NOBORDER> tag. I have tried this and it works.
Comment