You have no items in your shopping cart.

Friday, April 26, 2024 3:07:26 AM

Export the product dimensions (length, width, height) ?

Posted: 4 years ago

#10250 Quote

dragonplate

Posted: 4 years ago

#10250 Quote
Is it possible to export the product dimensions (length, width, height) to the Google product feed?  Currently it only exports the weight.  I am using version for 4.20

Posted: 4 years ago

#10251 Quote

Support

Posted: 4 years ago

#10251 Quote
You can do it
Open the file google.xml in the folder FeedSchema
and add such columns

  <FeedAttribute>
    <Id>1001</Id>
    <FeedCaption>length</FeedCaption>
    <FeedName>length</FeedName>
    <FieldNameCode>length</FieldNameCode>
    <Required>false</Required>
    <IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
    <ActionId>0</ActionId>
  </FeedAttribute>
  <FeedAttribute>
    <Id>1002</Id>
    <FeedCaption>width</FeedCaption>
    <FeedName>width</FeedName>
    <FieldNameCode>width</FieldNameCode>
    <Required>false</Required>
    <IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
    <ActionId>0</ActionId>
  </FeedAttribute>
  <FeedAttribute>
    <Id>1003</Id>
    <FeedCaption>height</FeedCaption>
    <FeedName>height</FeedName>
    <FieldNameCode>height</FieldNameCode>
    <Required>false</Required>
    <IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
    <ActionId>0</ActionId>
  </FeedAttribute>

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved