Form contact on page product

  • Posts: 121
  • Thank you received: 1
9 years 7 months ago #228186

-- HikaShop version -- : 2.4
-- Joomla version -- : 3.4.8

Hi,
how can I do for add the contact module for product inside on product page, and not the link on the page?

I try to add the contact.php on show_default page, and ad loadTemplate but no function.

Thanks
Matteo

Please Log in or Create an account to join the conversation.

  • Posts: 84306
  • Thank you received: 13701
  • MODERATOR
9 years 7 months ago #228198

Hi,

The system is not meant to have the contact form directly included in the product page.
So what you want will require a more complex code change that just adding a few lines of code to the product page view file.
First problem is that forms cannot be inside forms in HTML. But the contact form is a form and the product page is a form too (for the add to cart). So you would have to have the contact form outside of the product page form (like at the end of the show file of the product view).
Second problem is that the variables needed in the view file contact are not loaded on the product page view file. So you would have to load them, similarily to the code in the contact function of the view.html.php file of the product view.

The following user(s) said Thank You: m.fontana

Please Log in or Create an account to join the conversation.

Time to create page: 0.052 seconds
Powered by Kunena Forum