Since so many of my mods support the Auction Site Attributes add-on, I have created it's own release announcement thread here:
http://www.zen-cart.com/forum/showth...662#post422662
Since so many of my mods support the Auction Site Attributes add-on, I have created it's own release announcement thread here:
http://www.zen-cart.com/forum/showth...662#post422662
Is there a way to use the Model_ID for CustomLabel instead of the product_id? The model_id will make it a lot easy to identify which product is which. Thanks!
change the line to $products->fields['products_model'];
I'll add that option to the config.
In the root/ebay.php. If you aren't sure, just wait as I've already added this to the next release which I will make available tomorrow or Sunday.
Is it possible to use the Large Image for the image url instead of Medium Image?
Also, how is the weight handled? Currently the mod is entering the whole weight in Weight Major. For example if a product weighs 1.5lbs, Turbo Lister expects 1 in the Weight Major and 0.5 in Weight Minor.
Is it possible to populate the upc field in Turbo Lister with the upc information that is already available? This is very useful for eBay detail information that requires upc/isbn for certain products.
Thanks for this great mod.
I didn't see a UPC field in the Turbo Lister CSV file.
Does it not work with having the entire weight in Weight Major? The next update includes the dimensions as well and converts metric. If it's having problems I will split them into major and minor.
The image handling uses the same function as Google and uses medium images. I'll change it to the Large image file for eBay and other Auction websites.
v0.95 EBAY EXPORTER
1. code optimization;
Contains some of the updates referred to recently in this thread including weight major/minor and large image files.
The field that ebay uses for search for detail information for DVDs, CDs, Books, etc is UniqueIdentifier this field can contain upc, isbn or even text but that's the field I was hoping that the upc/isbn can be populated with to get eBay to include detail description.
Thanks!
It would be great if Included Categories supports category id since this will avoid confusion/conflict.
Sometimes we have categories like toys-active play and pretend and play -active play. If I just enter active play, there is no way to differentiate which active play category I want. There is possibility to have duplicate category names but each category has a unique id so that would be better if the functionality is there to support category id.
Thanks!