nopCommerce 1.5 product weight.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 Jahre weitere
Hello,
I'm new to this excellent product thank you nopCommerce team.

I have a simple question, I can't find product weight field, I hope this field in use when
shipping gets quote.

Please advice.
13 Jahre weitere
Welcome to nopCommerce community

If you want to see weight of current product (By current product i mean, product that is currently stored in your nopCommerce database) follow these steps:

1) Go to admin section > catalog > products > manage products

2) search your desired product

3) click on "Edit" against the name of the product

4) You will be on "Edit product details" Page

5) Select 3rd tab "Product Variant (SKU's)

You will see "Unnamed product variant --------VIEW"

6) Click on VIEW

7) Now you will be on this page "Edit product variant for product:"

8) scroll down , in the middle of the page you should be able to see "Weight:  [lb(s)]"

Hope it helps
13 Jahre weitere
If you want to store weight of new product :

1) Go to admin section > catalog > products > manage products

2) click "Add New"

you will be on this page : "Add a new product"

On the bottom of the pagen you will be able to specify product weight
13 Jahre weitere
abcd_12345 wrote:
Welcome to nopCommerce community

If you want to see weight of current product (By current product i mean, product that is currently stored in your nopCommerce database) follow these steps:

1) Go to admin section > catalog > products > manage products

2) search your desired product

3) click on "Edit" against the name of the product

4) You will be on "Edit product details" Page

5) Select 3rd tab "Product Variant (SKU's)

You will see "Unnamed product variant --------VIEW"

6) Click on VIEW

7) Now you will be on this page "Edit product variant for product:"

8) scroll down , in the middle of the page you should be able to see "Weight:  [lb(s)]"

Hope it helps



Thank you for your reply,
I was looking for a database field product weight, in order to get the right shipping cost carrier
required weight.
but I'm having another problem now, when I'm clicking Edit product I'm getting this

We're sorry, an internal error occurred that prevents the request to complete.

Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time.


Any idea?
13 Jahre weitere
you can see the "weight" field in nopCommerce database in table "Nop_ProductVariant"

To get detailed reason of what's causing that error message, you can do one thing:

In your webconfig file:

you need to turn off the customer errors mode:


find out the script: <customErrors mode="RemoteOnly" defaultRedirect="ErrorPage.htm">
                             <error statusCode="403" redirect="BannedAddress.htm"/>
                             <error statusCode="404" redirect="FileNotFound.htm"/>
                             </customErrors>

from your web.config file and replace with

                    <customErrors mode="Off"/>

then run your project and again click on "Edit" then i guess you get that error message

go to system > log

see if there is any error message saved

paste it here
13 Jahre weitere
here is more
Access to the path 'c:\inetpub\wwwroot\images\thumbs\0000083.jpg' is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path 'c:\inetpub\wwwroot\images\thumbs\0000083.jpg' is denied.


I have rights set for users
ASP.NET & IIS_WPG
Read & Execute
List Folders
Read
Write

on Folder Images.
13 Jahre weitere
Take a look at this thread : http://nopcommerce.com/boards/topic.aspx?topicid=128
13 Jahre weitere
ok, I have rights problem fixed,
now having another problem when trying to add new product.

XML Parsing Error: no element found
Location: http://172.16.1.100/Administration/ProductAdd.aspx
Line Number 1, Column 1:
^
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.