Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hello I downloaded shipping addons per weight like this 1:2.5 == shipping cost is $2.50 per kilogram

but Where I can choose the weight of my products? I don't know

Posted

Aaron,

 

During the product creation process in admin, you were given a field to enter the product weight. Ensure your products have a weight entered. (the last field on the product page)

 

 

Chris

Posted

Aaron,

 

A standard osCommerce installation has a field for weight on every product. If you are using a purchased template, the template creator MAY have removed it, but it is unlikely. I have never seen a site without the weight field.

 

 

Chris

Posted

Aaron,

 

In categories.php you will need to ensure these lines are present:

 

222: 'products_weight' => (float)tep_db_prepare_input($HTTP_POST_VARS['products_weight']),

369: 'products_weight' => '',

586: <td class="main"><?php echo TEXT_PRODUCTS_WEIGHT; ?></td>

587: <td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_input_field('products_weight', $pInfo->products_weight); ?></td>

 

 

ofcourse all of your product queries will require ,products_weight in the query as well.

 

 

THEN, you will have to check the product_into.php file to make sure the weight is included there.

 

 

Chris

Posted

Yes I have those lines in the Categories.php.

 

But in under configuration tab I clicked on product listing and The weight is 0.

 

what is the problem?

  • 4 weeks later...
Posted

This maybe a silly question but I have not been able to find an answer by searching

 

The weight field when you enter a product what is the value meaning is 1kg entered as 1 or as 1000 same as 500 grams is it entered as 500, .5 or .500

Same with 50grams is it 50, .050 or .50

5 grams would it be 5, .005 or .05

 

Thanks for assistance with this, I hope it's not too much of a dumb question

  • 1 month later...
Posted

Aaron,

 

A standard osCommerce installation has a field for weight on every product. If you are using a purchased template, the template creator MAY have removed it, but it is unlikely. I have never seen a site without the weight field.

 

 

Chris

During a test run I entered "0.5" in the field you speak of in Admin (and I am using LBS in version 2.3.1), but Fed Ex returned a value of 3.5 lbs, not 0.5 when I tried to checkout...and it only gave me one shipping option, overnight (1-day) not several options. According to FedEx my account is set up to take multiple shipment types/options.

Web Developer, Firebug, and Notepad++ are powerful free tools for web design.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...