Announcement

Collapse
No announcement yet.

How to Return Product Dimensions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ocpxc02
    replied
    Thank you. That worked great!

    Paul

    Leave a comment:


  • Kent Multer
    replied
    Product dimensions are stored in the Snn_ProductShippingRules table. There's a function for reading them:

    [g.Module_Feature_SHP_DB].ProductShippingRules_Load_Product(l.product_id, l.productshippingrules)

    Leave a comment:


  • ocpxc02
    started a topic How to Return Product Dimensions

    How to Return Product Dimensions

    I'm trying to call the Box Packing module from BASK so I can find the box selected by the logic. It seems to be partially working, but basket:items doesn't contain the dimensions of the products in the basket (just the weight) so it appears I must populate these values myself. How can I return the product dimensions given a product code or id? I'm not sure where they are: a custom field, product shipping rule, etc.


    Thanks,
    Paul
Working...
X