Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    67
    Plugin Contributions
    0

    Default shopping cart design help!!!!

    HEllo,

    On the shopping cart sidebox it say: 1ech. etc when someone has got something in the cart. How can i change wat it says there, i want it to say 1 each in full.

    Basically where do i chabe something in there.

    Also the colour it displays the writing.

    Strangely when someone put something the cart for the first, the sidebox has colour red writing which is i want but when they move to a different page its changing to blue. Why is this.

    Could someone help.

    Kunal

  2. #2
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: shopping cart design help!!!!

    You can change the color of the text for the items in the cart in your
    stylesheet here:

    .cartNewItem {
    color: #33CC33;
    position: relative; /*do not remove-fixes stupid IEbug*/
    }

    .cartOldItem {
    color: #660099;
    position: relative; /*do not remove-fixes stupid IEbug*/
    }
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  3. #3
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: shopping cart design help!!!!

    And you can change ea. to each in your includes/languages/your_template_name/english.php here:

    // shopping_cart box text in sideboxes/shopping_cart.php
    define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart');
    define('BOX_SHOPPING_CART_EMPTY', 'Your cart is empty.');
    define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');

    I changed it to read:

    // shopping_cart box text in sideboxes/shopping_cart.php
    define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart');
    define('BOX_SHOPPING_CART_EMPTY', 'Your cart is empty.');
    define('BOX_SHOPPING_CART_DIVIDER', ' each- ');

    and it shows : 1 each- **item in cart**
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  4. #4
    Join Date
    May 2006
    Posts
    67
    Plugin Contributions
    0

    Default Re: shopping cart design help!!!!

    Thanks for the quick reply. Appreciate it.

    On another note: how can i change Shopping Cart (More) just to read view shopping cart and link just the view to shopping cart.

    Thanks again.

  5. #5
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: shopping cart design help!!!!

    You can also change that in includes/languages/your_template_name/english.php
    at about line 75:

    //text for sidebox heading links
    define('BOX_HEADING_LINKS', '  [more]');

    Changing [more] to [View] will also affect all the sidebox headers that
    are links...like Reviews, Specials, Featured, etc.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

 

 

Similar Threads

  1. Shopping cart - re-design ideas
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 19 Nov 2009, 03:27 PM
  2. Replies: 2
    Last Post: 7 Oct 2009, 05:33 AM
  3. Replies: 1
    Last Post: 10 Sep 2009, 09:14 PM

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