Short codes

In main xml you can add fixed tags(store name, descriptions, phone, or noting).

And you must add here [[products]]

In products text area you can use tags

[[id]]
[[product_id]]
[[title]]
[[price]]
[[sku]]
[[image]]
[[handle]]
[[barcode]],[[grams]],[[weight]]
[[image_id]],[[weight_unit]]
[[inventory_management]],[[option1]],[[option2]],[[option3]],[[created_at]],[[updated_at]],[[taxable]],[[position]],[[inventory_policy]],[[compare_at_price]],[[fulfillment_service]], [[inventory_item_id]],[[inventory_quantity]],[[old_inventory_quantity]],[[requires_shipping]],[[admin_graphql_api_id]],[[body_html]],[[vendor]],[[product_type]],[[handle]],[[published_at]],[[template_suffix]],[[tags]],[[published_scope]]

You can put here lists
[[variants_lists]],[[options_lists]],[[images_lists]]

This tags will be replaced with list of images, options or variants separated with separator that you settings
For example Color:blue,green,white

In products xml text area you can also write
[[variants]],[[options]],[[images]]

This tags will be replaced with iterations on matching text area

In variant text area you can set

[[id]],[[product_id]],[[title]],[[price]],[[sku]],[[position]],[[inventory_policy]],[[compare_at_price]],[[fulfillment_service]],[[inventory_management]],[[option1]],[[option2]],[[option3]],[[created_at]],[[updated_at]],[[taxable]],[[barcode]],[[grams]],[[image_id]],[[weight]],[[weight_unit]],[[inventory_item_id]],[[inventory_quantity]],[[old_inventory_quantity]],[[requires_shipping]],[[admin_graphql_api_id]]
For using product variables in variant text box use prefix product_ . For example [[product_title]]

In Options text area [[name]] and [[value]]

In images text area [[src]] [[id]]

If you use [[i]] in each text area will be replaced with increment number

[[datetime]] = date(‘Y-m-d H:i’);
[[time]] = date(‘H:i:s’);
[[date]] = date(‘Y-m-d’);

5. If you want json export , add in url &output=json
6. For rss , add in url &output=rss

7.You can save export and access later with adding in url &save=1

Was this page helpful?

Leave a Reply

Your email address will not be published.