Make Product Contact form go back to product autom

  • Posts: 639
  • Thank you received: 16
  • Hikashop Business
10 years 4 months ago #198836

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1

The contact form in the product show view is cool.

Would be coolr with a configuration setting to make it popup modal. I know there is some tutorial in the forum to do this but is not the same is if you make it native in the configuration. Just a wish.

Now, after filling and sending the form It gets stucked until the user clicks in the system a message frame for the button to go back.

HOW can be this overriden so after some five seconds it gets back without expecting a click?

thank you.

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 4 months ago #198890

Hi,

I guess that you could edit the file "contact" of the view "product" via the menu Display>Views and add such code at the top:

<?php if(@$_REQUEST['task']=='send_email'){
$app = JFactory::getApplication();
$app->redirect(hikashop_completeLink('product&task=show&cid='.JRequest::getInt('cid')));
} ?>

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

Time to create page: 0.051 seconds
Powered by Kunena Forum