1 Attachment(s)
Re: Attribute image replaces main product image on selecting attribute
thanks
worked like a charm
Attachment 18813
Re: Attribute image replaces main product image on selecting attribute
ZenCart 1.5.6c
PHP 7.1
AIS 1.5.10
Great module.
AIS has introduced Image Style choices 6,7, and 8 within option_manager to be entered in the Attribute Styles field.
All these choices (6,8) operate on and replace the Main Product Foreground Image.
Question:
Can additional choices such as 9,10, and 11 be developed to operate on and replace the Main Product Background Image?
thanx
mike
1 Attachment(s)
Re: Attribute image replaces main product image on selecting attribute
Attachment 18901
The attribute picture can replace the main picture normally, but the main picture after replacement cannot be displayed normally.
not work at Image Handler 5 (Zen Cart 1.5.5+).
Enlarged picture cannot be displayed.
Uninstall Image Handler 5 (Zen Cart 1.5.5+) and it works:(
Re: Attribute image replaces main product image on selecting attribute
Quote:
Originally Posted by
ikirin
Attachment 18901
The attribute picture can replace the main picture normally, but the main picture after replacement cannot be displayed normally.
not work at Image Handler 5 (Zen Cart 1.5.5+).
Enlarged picture cannot be displayed.
Uninstall Image Handler 5 (Zen Cart 1.5.5+) and it works:(
I thought I remembered seeing an issue in the IH5 forum thread about issues with the suffix _LRG being added to filenames when that file did not exist. While this seems to occur when using this software, because it doesn't work with IH5 and does without, it would seem that there is an issue with the particular version of IH5 installed. When you go to that thread, after searching for the similar issue, if posting, please identify what specific version of IH5 is installed.
1 Attachment(s)
Re: Attribute image replaces main product image on selecting attribute
Thanks for the response,I am looking for help on IH5 thread,IH5(V.5.1.8) does not seem to be able to compress attribute images.
Attachment 18903
Re: Attribute image replaces main product image on selecting attribute
Quote:
Originally Posted by
ikirin
Thanks for the response,I am looking for help on IH5 thread,IH5(V.5.1.8) does not seem to be able to compress attribute images.
Attachment 18903
See this IH-5 support-thread posting for the change needed to provide interoperation between IH-5 and this plugin.
Re: Attribute image replaces main product image on selecting attribute
Works perfectly, thank you very much for your response:cool:
Re: Attribute image replaces main product image on selecting attribute
Quote:
Originally Posted by
lat9
See
this IH-5 support-thread posting for the change needed to provide interoperation between IH-5 and this plugin.
Works perfectly, thank you very much for your response:cool:
Re: Attribute image replaces main product image on selecting attribute
ZC1.5.7
PHP7.4
AIS1.5.10
Dynamic Price Updater v3.2.1
on a testing server with many other mods..
The product page keeps refreshing with a alert popup "Status returned - parsererror" .. think it's similar to DPU before you updated it.
Some of the Console log:
Code:
Object { cache: false, type: "POST", traditional: true, dataType: "json", timeout: 30000, data: {…}, url: "ajax.php?act=attrib_prod_info&method=swap_image&products_id=73" }
onload@https://localhost/public_html/zen157/index.php?main_page=product_info&cPath=10_9&products_id=73:7:3
Object { readyState: 4, getResponseHeader: getResponseHeader(e), getAllResponseHeaders: getAllResponseHeaders(), setRequestHeader: setRequestHeader(e, t), overrideMimeType: overrideMimeType(e), statusCode: statusCode(e), abort: abort(e), state: state(), always: always(), catch: catch(e), … }
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
jQuery 5
deferred https://localhost/public_html/zen157/index.php?main_page=product_info&cPath=10_9&products_id=73:106
Deferred jQuery
ajax https://localhost/public_html/zen157/index.php?main_page=product_info&cPath=10_9&products_id=73:72
getattribimage https://localhost/public_html/zen157/index.php?main_page=product_info&cPath=10_9&products_id=73:333
onclick https://localhost/public_html/zen157/index.php?main_page=product_info&cPath=10_9&products_id=73:1
ais_init https://localhost/public_html/zen157/index.php?main_page=product_info&cPath=10_9&products_id=73:397
onload https://localhost/public_html/zen157/index.php?main_page=product_info&cPath=10_9&products_id=73:2
Re: Attribute image replaces main product image on select [Support Thread] ZC 2.0.1
Good morning!
I'm working locally.
I renamed the template and admin folders in 1_Main_Files and 2_ZC_Version.
I copied the contents of both folders to my ZC folder. I used ZC156 from the 2_ZC_Version folder.
When I checked Option Name Manager, there were no options (the page was blank).
I then ran the following (and it said it was successful):
Code:
SELECT @products_options_types_id := pot.products_options_types_id+1 FROM `products_options_types` pot order by pot.products_options_types_id desc limit 1;
When I ran the following, I received the message: WARNING: An Error occurred, please let us know! If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you entered valid data.
Code:
INSERT INTO `products_options_types` (products_options_types_id, products_options_types_name) VALUES (@products_options_types_id, 'Link');
INSERT INTO `configuration` (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES ('Link product option type', 'PRODUCTS_OPTIONS_TYPE_LINK', @products_options_types_id, 'Numeric value of the link product option type', 6, 0, now(), NULL, NULL);
and my Option Name Manager screen was still blank.
Backup to the rescue!
Can anyone tell me where I've gone wrong?
Thanks in advance.