- Posts: 218
- Thank you received: 6
Contact Us For More Information button disappears
- woonydanny
-
Topic Author
- Offline
Less
More
14 years 7 months ago #37646
by woonydanny
Contact Us For More Information button disappears was created by woonydanny
The "contact us for more information" button shows on the product page, but when you choose a variant from the drop-down on the product page it disappears.
see my site (i PM'd previously) to see what i mean.
thanks
see my site (i PM'd previously) to see what i mean.
thanks
Please Log in or Create an account to join the conversation.
14 years 7 months ago #37769
by nicolas
Replied by nicolas on topic Re: Contact Us For More Information button disappears
Hi,
Could you try to replace the line:
if (hikashop_level(1) && ($contact == 2 || ($contact == 1 && !empty ($variant->product_contact)))) {
by:
if (hikashop_level(1) && ($contact == 2 || ($contact == 1 && !empty ($this->element->product_contact)))) {
in the "show" file of the view "product" via the menu Display->Views and try again ?
Could you try to replace the line:
if (hikashop_level(1) && ($contact == 2 || ($contact == 1 && !empty ($variant->product_contact)))) {
by:
if (hikashop_level(1) && ($contact == 2 || ($contact == 1 && !empty ($this->element->product_contact)))) {
in the "show" file of the view "product" via the menu Display->Views and try again ?
Please Log in or Create an account to join the conversation.
- woonydanny
-
Topic Author
- Offline
Less
More
- Posts: 218
- Thank you received: 6
14 years 7 months ago #38244
by woonydanny
Replied by woonydanny on topic Re: Contact Us For More Information button disappears
i don't think that fixed it.. i changed the line but it still does not work/ button disappears
Please Log in or Create an account to join the conversation.
14 years 7 months ago #38245
by nicolas
Replied by nicolas on topic Re: Contact Us For More Information button disappears
Please try that:
www.hikashop.com/forum/3-bug-report/3784...t.html?lang=en#38103
www.hikashop.com/forum/3-bug-report/3784...t.html?lang=en#38103
Please Log in or Create an account to join the conversation.
Time to create page: 0.172 seconds