Zen Cart Logo
Forums / General Questions / 2 Problem with my store

2 Problem with my store

Locked

Views: 837

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
4 Nov 2010, 11:03 PM
#1
shabizon avatar

shabizon

New Zenner

Join Date:
Oct 2010
Posts:
68
Plugin Contributions:
0

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.

5 Nov 2010, 8:28 PM
#2
shabizon avatar

shabizon

New Zenner

Join Date:
Oct 2010
Posts:
68
Plugin Contributions:
0

Re: 2 Problem with my store

Someone can please help me?

5 Nov 2010, 8:33 PM
#3
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: 2 Problem with my store

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

In includes/languages/english.php

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

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.

5 Nov 2010, 10:44 PM
#4
shabizon avatar

shabizon

New Zenner

Join Date:
Oct 2010
Posts:
68
Plugin Contributions:
0

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 Nov 2010, 10:51 PM
#5
shabizon avatar

shabizon

New Zenner

Join Date:
Oct 2010
Posts:
68
Plugin Contributions:
0

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 Nov 2010, 7:33 AM
#6
magic_moon avatar

magic_moon

New Zenner

Join Date:
Oct 2010
Location:
Perth Western Australia
Posts:
7
Plugin Contributions:
0

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.

6 Nov 2010, 8:19 AM
#7
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: 2 Problem with my store

shabizon:

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

And the solution was ??????? :smartalec:

6 Nov 2010, 9:03 AM
#8
qu06230125 avatar

qu06230125

New Zenner

Join Date:
Aug 2010
Posts:
4
Plugin Contributions:
0

Re: 2 Problem with my store

afo:

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

In includes/languages/english.php

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
> 
> ```
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 !

6 Nov 2010, 9:15 AM
#9
shabizon avatar

shabizon

New Zenner

Join Date:
Oct 2010
Posts:
68
Plugin Contributions:
0

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?

6 Nov 2010, 1:39 PM
#10
magic_moon avatar

magic_moon

New Zenner

Join Date:
Oct 2010
Location:
Perth Western Australia
Posts:
7
Plugin Contributions:
0

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