Forums / General Questions / 2 Problem with my store

2 Problem with my store

Locked
Results 1 to 10 of 10
This thread is locked. New replies are disabled.
04 Nov 2010, 23:03
#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.
05 Nov 2010, 20:28
#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?
05 Nov 2010, 20:33
#3
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
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.
05 Nov 2010, 22:44
#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?
05 Nov 2010, 22:51
#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.
06 Nov 2010, 07:33
#6
magic_moon avatar

magic_moon

New Zenner

Join Date:
Oct 2010
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.
06 Nov 2010, 08:19
#7
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
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:
06 Nov 2010, 09:03
#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 !
06 Nov 2010, 09:15
#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?
06 Nov 2010, 13:39
#10
magic_moon avatar

magic_moon

New Zenner

Join Date:
Oct 2010
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