Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jul 2009
    Posts
    98
    Plugin Contributions
    0

    Default Table rate shipping

    Hi not used zen for a while so bear with me .. trying to set up Tabel rate shipping which is fair enough but Table rate is a vague name...how do I change the name to something else

    Thanks
    G

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Table rate shipping

    includes/languages/english/modules/shipping/YOUR_TEMPLATE/table.php


    If you don't have a custom template folder in shipping, you should create one. Then copy the file table.php to it before you modify it.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Jul 2009
    Posts
    98
    Plugin Contributions
    0

    Default Re: Table rate shipping

    Cheers ill take a look and one quick question if you dont mind I want to add some text to the shopping cart bit...

    www.interior-displays.co.uk

    The shopping cart works but the footer bit where the buttons are where is that ? liek i said not touched this in some time so just refreshing

    Thanks

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Table rate shipping

    Which buttons are you talking about? Your Footer buttons, where it says Home :: About Us :: My Account :: Site Map ?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Jul 2009
    Posts
    98
    Plugin Contributions
    0

    Default Re: Table rate shipping

    the ones where it says back to shopping estimate shipping etc

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Table rate shipping

    Ahhhh......those buttons. They are all images. You'll find them in includes/templates/template_default/buttons/english

    or if you have a custom folder:
    includes/templates/CUSTOM/buttons/english

    Changing the image is the only way to edit the words on those.....sorry.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #7
    Join Date
    Jul 2009
    Posts
    98
    Plugin Contributions
    0

    Default Re: Table rate shipping

    Sorry didnt explain very well I meant I need to add some text above those buttons so I can put some blurb there any ideas where that page is ...

    So just above them woudl be blah blah blah tried editing the cart page but that doesn t work

    CHeers
    G

  8. #8
    Join Date
    Jul 2009
    Posts
    98
    Plugin Contributions
    0

    Default Re: Table rate shipping

    any idea which page it is mate ?

  9. #9
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Table rate shipping

    turnip.......sorry so long getting back to you. Better late than never, right?

    okay, let's start with the text you want above one button, then you should find the rest easy.

    This will be for the "Back to Shopping" button.
    In includes/templates/tvzen_jellyfish/templates/tpl_shopping_cart_default.php look for and find this line of code:

    Code:
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
    Then add another div class in there. Something like:

    Code:
    <div class="myText"><?php echo 'Add your text here'; ?>
    To make that whole section look like this:

    Code:
    <div class="buttonRow back"><div class="myText"><?php echo 'Add your text here'; ?></div><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
    And, if you need to break the text up into different lines:

    Code:
    <div class="myText"><?php echo 'Add your<br />text here'; ?></div>
    something like that will work.


    That will show right above your "Back to Shopping" button. Then you can edit your css to format the text how you want it by calling your class, like:

    .myText {
    color: blue;
    font-size: 8pt;
    padding: 4px;
    margin-bottom: 5px;
    background: #87ceeb;
    font-family: saved by zero;
    font-weight: bold;
    border: 3px inset #6495ed;
    }


    Now that you see this one, you should be able to find the rest of those buttons okay, but if you have problems, don't hesitate to let me know. I get pretty busy sometimes, and don't get back for a day or two, but I do always try to get back.

    Hope this helps.[FONT=monospace][/FONT]
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #10
    Join Date
    Jul 2009
    Posts
    98
    Plugin Contributions
    0

    Default Re: Table rate shipping

    thats cool mate you just pointed me in the right direction now I Know where it is I can sort it cheers !! :)

    Just for my other issue now ...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Rate Table Shipping plus Flat Rate Shipping
    By JRayfield in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 28 Dec 2008, 12:23 AM
  2. Table Rate shipping
    By jtjohnston in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Jan 2008, 11:44 PM
  3. Shipping: rate table with an exception for faster shipping
    By dni in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 9 Nov 2007, 07:55 AM
  4. Shipping with table rate & % rate
    By BlakeW in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 10 May 2006, 07:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR