Hi there,
I have recently uploaded our new v8 site to the web. Disaster strikes. The save/retrieve/update/checkout/continue buttons on our shopping cart page are missing. They appear when I do an offline page preview. The other images on the page display correctly. I have set the quantity in shopping cart and set the bounce delay to 0 seconds so the customer has to physically click the continue shopping or check now buttons to continue.
I am using images that I have created myself for my buttons - which I have replaced the default images with ie saved the new images as button_save_button.gif, etc... The code for the buttons is in format
<input type="image" name="ACTION_SAVE" src="button_save_button.gif" alt="<Actinic:Variable Name="SaveButton"/>" />
I have searched the forum for help with this and have tried various advice given such as adding button files as additional files and saving the buttons via Themes > Advanced Themes > Buttons etc. But this has not helped.
So now I have run out of ideas...any suggestions guys?
Thanks in advance
I have recently uploaded our new v8 site to the web. Disaster strikes. The save/retrieve/update/checkout/continue buttons on our shopping cart page are missing. They appear when I do an offline page preview. The other images on the page display correctly. I have set the quantity in shopping cart and set the bounce delay to 0 seconds so the customer has to physically click the continue shopping or check now buttons to continue.
I am using images that I have created myself for my buttons - which I have replaced the default images with ie saved the new images as button_save_button.gif, etc... The code for the buttons is in format
<input type="image" name="ACTION_SAVE" src="button_save_button.gif" alt="<Actinic:Variable Name="SaveButton"/>" />
I have searched the forum for help with this and have tried various advice given such as adding button files as additional files and saving the buttons via Themes > Advanced Themes > Buttons etc. But this has not helped.
So now I have run out of ideas...any suggestions guys?
Thanks in advance
Comment