Is there a shipping module for zen cart that allows us to show which carriers we use ? Kinda like the Credit Card Sidebox ?
IE
we ship using the following carriers
ups logo next to a usps logo
Or will i have to make a custom side box and do this ?
Is there a shipping module for zen cart that allows us to show which carriers we use ? Kinda like the Credit Card Sidebox ?
IE
we ship using the following carriers
ups logo next to a usps logo
Or will i have to make a custom side box and do this ?
Use the BLANK SIDEBOX module in the free add-ons to create your own sidebox. Takes 20 minutes. Easy...
20 years a Zencart User
You rock ! thank you .
Is there a way to edit how tight the icon's are together ? I read the readme.HTML for the module , but i don't see any way to do it
http://www.missingcord.com/
I want the shipping icons to be close together like the credit card ones , also without that space above and below them. I tried editing the tpl_blank_sidebox.php & blank_sidebox_defines.php and couldn't effect it. What am i missing ?
Use standard HTML markup to encase stuff in DIVS, Apply style classes and id's, and then construct an appropriate style declaration in your stylesheet.
You should always try to use the stylesheet to manage layout - rather than embed actual styles into your HTML.
20 years a Zencart User
Okay so there is a way to change it them. Thank you for showing me this. My knowledge of HTML is very basic , so i will research how to do this. You have been very helpful.