- Posts: 4
- Thank you received: 0
Characteristics values issues-working occasionally
14 years 8 months ago #36199
by pointcom
Characteristics values issues-working occasionally was created by pointcom
I am new to HIKASHOP. I need help with how to make the characteristics values working perfect.
for example, here is a link to a product page:
138salon.com/store138/product/1-fluffy-t...gory_pathway-12.html
It should let you pick a hair color before adding to cart. Sometimes, it does and sometimes it doesn't. Please help me figure it out...
for example, here is a link to a product page:
138salon.com/store138/product/1-fluffy-t...gory_pathway-12.html
It should let you pick a hair color before adding to cart. Sometimes, it does and sometimes it doesn't. Please help me figure it out...
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36236
by nicolas
Replied by nicolas on topic Re: Characteristics values issues-working occasionally
Hi,
Your characteristic/variant data is inconsistent, please follow the documentation here:
www.hikashop.com/en/support/documentatio...html#characteristics
Your characteristic/variant data is inconsistent, please follow the documentation here:
www.hikashop.com/en/support/documentatio...html#characteristics
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36252
by pointcom
Replied by pointcom on topic Re: Characteristics values issues-working occasionally
Thank you for the quick reply. I tried to follow your advice – but was unsuccessful. The link below has no variants for the products. If you click on the "plus" sign to increase the quantity to add to the cart, it won’t take it unless you type it. So I think the issue is other than the characteristics.
Also Adding to the cart usually displays "Item add to cart with options continue shopping or proceed to checkout!".
138salon.com/store138/product/118-anothe...ory_pathway-14.html#
I know you can help me fix this - please help
Note: It works fine sometimes...
Also Adding to the cart usually displays "Item add to cart with options continue shopping or proceed to checkout!".
138salon.com/store138/product/118-anothe...ory_pathway-14.html#
I know you can help me fix this - please help
Note: It works fine sometimes...
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36291
by nicolas
Replied by nicolas on topic Re: Characteristics values issues-working occasionally
Hi,
I tried for that product:
138salon.com/component/hikashop/product/...-117.html?Itemid=385
And it's working properly each time I tried.
I tried for that product:
138salon.com/component/hikashop/product/...-117.html?Itemid=385
And it's working properly each time I tried.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36345
by pointcom
Replied by pointcom on topic Re: Characteristics values issues-working occasionally
It works sometimes like I said (occasionally). Please try some other products and you will see for yourself. I like your cool product HIKASHOP, I believe you can help me fix this bug. It was working fine a while back. Now it doesn't.
Look! your URL is different than mine. How did you do it? Maybe the problem is there...
Please H E L P
Look! your URL is different than mine. How did you do it? Maybe the problem is there...
Please H E L P
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36393
by nicolas
Replied by nicolas on topic Re: Characteristics values issues-working occasionally
On that page, you have a javascript issue caused by the module mod_simple_marquee
If you deactivate it, it should work ok.
To avoid the problem, you could try to change the line:
$doc->addScriptDeclaration("<!--\n".$js."\n//-->");
to:
$doc->addScriptDeclaration("\n<!--\n".$js."\n//-->\n");
in the file administrator/components/com_hikashop/helper/cart.php
If you deactivate it, it should work ok.
To avoid the problem, you could try to change the line:
$doc->addScriptDeclaration("<!--\n".$js."\n//-->");
to:
$doc->addScriptDeclaration("\n<!--\n".$js."\n//-->\n");
in the file administrator/components/com_hikashop/helper/cart.php
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36401
by pointcom
Replied by pointcom on topic Re: Characteristics values issues-working occasionally
I really appreciate your help. It works...
I know you can make it happen. God Bless you!!!
I know you can make it happen. God Bless you!!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds