I have a shipping costs written on word. I want to show this table when hitting "estimated shipping" button. What should I do ?
I have a shipping costs written on word. I want to show this table when hitting "estimated shipping" button. What should I do ?
Instead of using the Estimated Shipping button, turn off the Shipping Estimater in admin. Then upload your word document to the webserver (I recommend converting it to a PDF file first since most browsers can display PDF pages without screwing up the format, otherwise save the Word file as an HTML document before uploading to server: in Word, File->Save as-> HTML).
Create a Shipping Info page to show up in the Info Sidebox. (Admin -> Tools -> Define Pages Editor) then edit "define_shippinginfo.php". Place the link to the word document on this page. Turn on the sidebox (sideboxes/information.php) in Tools -> Layout Boxes Controller.
It's not quite as direct as clicking the shipping estimater button, but you won't be modifying any core files that way. You can also add the same link to your product pages.
Ron
Make sur
www.aspenshopsonline.com - ZenCart 1.3.9h
www.wilkssupply.com - ZenCart 1.3.9h
www.un-du.net - ZenCart 1.3.8a
... You will still have to use a shipping module to add the shipping costs to the cart so the display change is redundant.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Thank you for your time.
Now I have shpping costs html table on the information boxe.
Thank you very much.