Results 1 to 10 of 10
  1. #1
    Join Date
    Oct 2010
    Posts
    68
    Plugin Contributions
    0

    Default 2 Problem with my store

    My first problem:
    I config in my English language weight Grams but still I got lbs on the checkout process and on the user History orders.

    How can I permanently change from lbs to grams.

    My second problem:
    I put in my Zen Cart lots of Products but how can I choose what Item will be at the new products page?
    I want to put specific Items from all Categories
    How can I do that?

    Kind regards,
    Aaron.

  2. #2
    Join Date
    Oct 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: 2 Problem with my store

    Someone can please help me?

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: 2 Problem with my store

    Using admin>tools>developers tool kit, I found these instances of "lbs".

    In includes/languages/english.php

    Code:
    Line #392 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs'); 
    
    Line #395 : define('TEXT_SHIPPING_WEIGHT','lbs');
    Change them to whatever you want and save the changed file in includes/languages/YOUR_TEMPLATE/english.php. (replace YOUR_TEMPLATE withthe name of your custom template)

    In admin/includes/languages/english.php

    Code:
    Line #573 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
    There's no override in the admin, so you'll have to edit the file directly, but you can save a copy in admin/includes/languages/YOUR_TEMPLATE/english.php for future reference.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  4. #4
    Join Date
    Oct 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: 2 Problem with my store

    I did that and still when I click on Estimator Shipping button it tells me:

    Available Shipping Methods Rates
    Zone Rates (Shipping to US (1 x 350.00lb(s)))

    still LBS, How can I change to Grams?

  5. #5
    Join Date
    Oct 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: 2 Problem with my store

    ok I found a solution thanks, But I have 1 more question:

    I put in my Zen Cart lots of Products but how can I choose what Item will be at the new products page?
    I want to put specific Items from all Categories
    How can I do that?

    Kind regards,
    Aaron.

  6. #6
    Join Date
    Oct 2010
    Location
    Perth Western Australia
    Posts
    7
    Plugin Contributions
    0

    Default Re: 2 Problem with my store

    I am having the same problem, of how to choose or add a particular product to the New Produsts list.

    Found it after a search of the FAQ's. Will try it.
    Last edited by magic moon; 6 Nov 2010 at 08:38 AM.

  7. #7
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: 2 Problem with my store

    Quote Originally Posted by shabizon View Post
    ok I found a solution thanks, But I have 1 more question:
    And the solution was ???????

  8. #8

    Default Re: 2 Problem with my store

    Quote Originally Posted by afo View Post
    Using admin>tools>developers tool kit, I found these instances of "lbs".

    In includes/languages/english.php

    Code:
    Line #392 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs'); 
    
    Line #395 : define('TEXT_SHIPPING_WEIGHT','lbs');
    Change them to whatever you want and save the changed file in includes/languages/YOUR_TEMPLATE/english.php. (replace YOUR_TEMPLATE withthe name of your custom template)

    In admin/includes/languages/english.php

    Code:
    Line #573 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
    There's no override in the admin, so you'll have to edit the file directly, but you can save a copy in admin/includes/languages/YOUR_TEMPLATE/english.php for future reference.
    I think so !
    welcome to visit my home page ,<a href="http://www.thomasabo2uk.com">thomas sabo</a>

  9. #9
    Join Date
    Oct 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: 2 Problem with my store

    In includes/languages/english.php

    Line #392 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');

    Line #395 : define('TEXT_SHIPPING_WEIGHT','lbs');

    In admin/includes/languages/english.php

    Line #573 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');

    In includes/languages/modules/shipping/zones.php

    define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'lbs');

    I have another question how can I choose particular product to put on the new product page?

  10. #10
    Join Date
    Oct 2010
    Location
    Perth Western Australia
    Posts
    7
    Plugin Contributions
    0

    Default Re: 2 Problem with my store

    There are settings in Admin->Configuration->Maximum Values to determine "what" New Product means ...

    New Product Listing - Limited to ...
    Limit the New Product Listing to
    0= All Products
    1= Current Month
    7= 7 Days
    14= 14 Days
    30= 30 Days
    60= 60 Days
    90= 90 Days
    120= 120 Days

 

 

Similar Threads

  1. v138a Urgent Problem with my store :(
    By joannem in forum General Questions
    Replies: 25
    Last Post: 17 Nov 2015, 01:03 AM
  2. v150 Problem with Store Status
    By BlueMoonDesign in forum General Questions
    Replies: 0
    Last Post: 29 Aug 2013, 06:26 PM
  3. Problem with Store Manager.
    By philip56 in forum Customization from the Admin
    Replies: 6
    Last Post: 24 Jun 2008, 07:09 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