Zen Cart Logo
Forums / Addon Shipping Modules / Is there a shipping module that does this ?

Is there a shipping module that does this ?

Views: 857

Results 1 to 6 of 6
18 Jul 2011, 3:44 PM
#1
jasonshanks avatar

jasonshanks

Zen Follower

Join Date:
Feb 2009
Location:
atlanta GA
Posts:
296
Plugin Contributions:
0

Is there a shipping module that does 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 ?

18 Jul 2011, 3:46 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Is there a shipping module that does this ?

Use the BLANK SIDEBOX module in the free add-ons to create your own sidebox. Takes 20 minutes. Easy...

18 Jul 2011, 3:49 PM
#3
jasonshanks avatar

jasonshanks

Zen Follower

Join Date:
Feb 2009
Location:
atlanta GA
Posts:
296
Plugin Contributions:
0

Re: Is there a shipping module that does this ?

You rock ! thank you .

18 Jul 2011, 4:44 PM
#4
jasonshanks avatar

jasonshanks

Zen Follower

Join Date:
Feb 2009
Location:
atlanta GA
Posts:
296
Plugin Contributions:
0

Re: Is there a shipping module that does this ?

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 ?

18 Jul 2011, 4:48 PM
#5
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Is there a shipping module that does this ?

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.

18 Jul 2011, 5:00 PM
#6
jasonshanks avatar

jasonshanks

Zen Follower

Join Date:
Feb 2009
Location:
atlanta GA
Posts:
296
Plugin Contributions:
0

Re: Is there a shipping module that does this ?

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.