- Posts: 86220
- Thank you received: 14224
Manufacturer URL in pop-up window
13 years 7 months ago #91333
by nicolas
Replied by nicolas on topic Manufacturer URL in pop-up window
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.
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.
13 years 7 months ago #91345
by Reinsch
Replied by Reinsch on topic Manufacturer URL in pop-up window
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.
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.239 seconds