Manufacturer URL in pop-up window

  • Posts: 82796
  • Thank you received: 13356
  • MODERATOR
11 years 8 months ago #91333

Hi,

Regarding the shipping methods, your shipping methods seems to be setup properly. Please make sure that you have the shipping view in your checkout workflow in the configuration and that the auto selection shipping and payment methods option is turned on and that should help.

Regarding the Popup, instead of the code:
JHTML::_('behavior.modal');
echo _('<br />').JText::_('MANUFACTURER').': '.'<a class="modal" rel="{handler: \'iframe\', size: {x: 600, y: 350}}" href="'.hikashop_completeLink('category&task=listing&cid='.$manufacturer->category_id.'&name='.$alias.'&Itemid='.$Itemid).'" >'.$manufacturer->category_name.'</a>';

use the code:
JHTML::_('behavior.modal');
echo _('<br />').JText::_('MANUFACTURER').': '.'<a class="modal" rel="{handler: \'iframe\', size: {x: 600, y: 350}}" href="'.hikashop_completeLink('category&task=listing&cid='.$manufacturer->category_id.'&name='.$alias).'" >'.$manufacturer->category_name.'</a>';

and that will remove the ?Itemid=468 in the URL for the popup.

The following user(s) said Thank You: Reinsch

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

  • Posts: 95
  • Thank you received: 1
11 years 8 months ago #91345

Hi Nicolas,

I think in no show the shipping method on the cart and over this I forget that I have to set the shipping view in the backend checkout workflow. Sorry and thanks - now is working right!

Your Manufacturer-popup script seems now finished ;-)

Thanks a lot!


... I have one thing more, but I posted it in a other thread. Its about buying products without register, but with address and login forms.

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

Time to create page: 0.034 seconds
Powered by Kunena Forum