Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 General
 Suggestions - NOT QUESTIONS
 GTINs for different product options
Author « Topic »  

tacly
Starting Member

30 Posts

Posted - 05/25/2018 :  11:01:34  
Hi

I use ECT for selling clothes. Each size (S/M/L/XL etc) has its own unique GTIN as per the spec https://www.gs1.org/1/gtinrules/en/rule/139/trade-item-supplied-in-new-size

At the moment the product option in ECT does not allow different GTINs to be entered for different options.

Please consider including this feature in a future release.

Thanks


Tac

V45
Advanced Member

United Kingdom
416 Posts

Pre-sales questions only
(More Details...)

Posted - 05/26/2018 :  07:57:24  
The Custom Fields feature is very useful for exactly this purpose, as well as many others. The fields, once setup, appear in the product admin allowing you to add content.

The Custom Fields appear in the product admin page once they have been added to includes.asp / includes.php. If you want to add labels to the fields you'll need the following in vsadmin/includes.asp
detailcustomlabel1="Custom Title 1 "
detailcustomlabel2="Custom Title 2 "
detailcustomlabel3="Custom Title 3 "
or in includes.php
$detailcustomlabel1="Custom Title 1 ";
$detailcustomlabel2="Custom Title 2 ";
$detailcustomlabel3="Custom Title 3 ";
For the product page you would use
prodcustomlabel1="Custom Title 1 "
prodcustomlabel2="Custom Title 2 "
prodcustomlabel3="Custom Title 3 "
or in includes.php
$prodcustomlabel1="Custom Title 1 ";
$prodcustomlabel2="Custom Title 2 ";
$prodcustomlabel3="Custom Title 3 ";
To add these labels in the product admin page use
admincustomlabel1="Custom Title 1 "
admincustomlabel2="Custom Title 2 "
admincustomlabel3="Custom Title 3 "
or in includes.php
$admincustomlabel1="Custom Title 1 ";
$admincustomlabel2="Custom Title 2 ";
$admincustomlabel3="Custom Title 3 " ;

You can also choose to setup where those fields show on the product pages.



Will
Bolton Manchester UK

Edited by - V45 on 05/26/2018 13:46:27

tacly
Starting Member

30 Posts

Posted - 05/28/2018 :  09:37:27  
The Custom Fields feature applies to product only, not product options. For clothing, each product option has its own GTIN.

Tac

John M
Advanced Member

459 Posts

Pre-sales questions only
(More Details...)

Posted - 05/29/2018 :  16:57:28  
You need to use hidden products for your options so they can each have their own GTIN number

John
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000