Wishlist Module link
13 years 7 months ago #91571
by luppe
Wishlist Module link was created by luppe
Hi
the HikaShop Wishlist Module
Give the products in the module but if i click on the products link its not going to the wishlist
only saying The cart is empty
[img]<a href="http://s228.beta.photobucket.com/user/luppeluppe/media/kranen_zps1b2368b0.png.html" target="_blank"><img src="http://i228.photobucket.com/albums/ee46/luppeluppe/kranen_zps1b2368b0.png" border="0" alt=" photo kranen_zps1b2368b0.png"/></a>[/img]
thanks for your help
regards
the HikaShop Wishlist Module
Give the products in the module but if i click on the products link its not going to the wishlist
only saying The cart is empty
[img]<a href="http://s228.beta.photobucket.com/user/luppeluppe/media/kranen_zps1b2368b0.png.html" target="_blank"><img src="http://i228.photobucket.com/albums/ee46/luppeluppe/kranen_zps1b2368b0.png" border="0" alt=" photo kranen_zps1b2368b0.png"/></a>[/img]
thanks for your help
regards
Please Log in or Create an account to join the conversation.
13 years 7 months ago #91666
by Xavier
Replied by Xavier on topic Wishlist Module link
Hi,
Which version of HikaShop do you have ?
The link on the products in the wishlist module should redirect to the product page, but the button "Show the wishlist" redirect to the wishlist. And it's displaying the products.
Do you have edited the view "product / cart" ?
Which version of HikaShop do you have ?
The link on the products in the wishlist module should redirect to the product page, but the button "Show the wishlist" redirect to the wishlist. And it's displaying the products.
Do you have edited the view "product / cart" ?
The following user(s) said Thank You: luppe
Please Log in or Create an account to join the conversation.
13 years 7 months ago #91726
by luppe
Replied by luppe on topic Wishlist Module link
Hi
I use the latest version off hikashop
and the original css
thanks
regards
I use the latest version off hikashop
and the original css
thanks
regards
Please Log in or Create an account to join the conversation.
13 years 7 months ago #91866
by Xavier
Replied by Xavier on topic Wishlist Module link
Hi,
Could you give us a link to a product page ?
Because actually I can't really see what the problem is
Could you give us a link to a product page ?
Because actually I can't really see what the problem is
The following user(s) said Thank You: luppe
Please Log in or Create an account to join the conversation.
13 years 7 months ago #92044
by luppe
Replied by luppe on topic Wishlist Module link
hi Xavier
you can take any product in to the wishlist and then click in the wishlist module on the product
Link; www.sanitair-installatie.be/index.php/kranen
thanks
regards
you can take any product in to the wishlist and then click in the wishlist module on the product
Link; www.sanitair-installatie.be/index.php/kranen
thanks
regards
Please Log in or Create an account to join the conversation.
13 years 6 months ago #92344
by Xavier
Replied by Xavier on topic Wishlist Module link
Hi,
Thanks for the report.
I have corrected it on my end. You can edit the view "product / cart".
And change:
To:
Thanks for the report.
I have corrected it on my end. You can edit the view "product / cart".
And change:
Code:
?>
<a class="hikashop_small_cart_checkout_link" href="<?php echo hikashop_completeLink('checkout'.$url_itemid); ?>">
<span class="hikashop_small_cart_total_title"><?php echo $text; ?></span>
</a><?php
if($this->params->get('show_cart_delete',1)){
$delete = hikashop_completeLink('product&task=cleancart');
if(strpos($delete,'?')){
$delete.='&';
}else{
$delete.='?';
} ?>
<a class="hikashop_small_cart_clean_link" href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop_currentURL('url',false))); ?>" >
<img src="<?php echo HIKASHOP_IMAGES . 'delete2.png';?>" border="0" alt="clean cart" />
</a><?php
}
Code:
if($cart_type != 'wishlist'){
?>
<a class="hikashop_small_cart_checkout_link" href="<?php echo hikashop_completeLink('checkout'.$url_itemid); ?>">
<span class="hikashop_small_cart_total_title"><?php echo $text; ?></span>
</a><?php
if($this->params->get('show_cart_delete',1)){
$delete = hikashop_completeLink('product&task=cleancart');
if(strpos($delete,'?')){
$delete.='&';
}else{
$delete.='?';
} ?>
<a class="hikashop_small_cart_clean_link" href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop_currentURL('url',false))); ?>" >
<img src="<?php echo HIKASHOP_IMAGES . 'delete2.png';?>" border="0" alt="clean cart" />
</a><?php
}
if($this->params->get('show_cart_proceed',1) && $this->params->get('cart_type','cart') != 'wishlist' && $this->params->get('from','display') == 'module'){
echo $this->cart->displayButton(JText::_('PROCEED_TO_CHECKOUT'),'checkout',$this->params,hikashop_completeLink('checkout'.$url_itemid),'window.location=\''.hikashop_completeLink('checkout'.$url_itemid).'\';return false;');
}
}else{
foreach($this->rows as $row){
$cart_id = $row->cart_id;
}
?>
<a class="hikashop_small_cart_checkout_link" href="<?php echo hikashop_completeLink('cart&task=showcart&cart_id='.$cart_id.'&cart_type='.$cart_type.$url_itemid); ?>">
<span class="hikashop_small_cart_total_title"><?php echo $text; ?></span>
</a>
<?php
}
The following user(s) said Thank You: luppe
Please Log in or Create an account to join the conversation.
13 years 6 months ago #92433
by luppe
Replied by luppe on topic Wishlist Module link
Thanks Xavier
Great help
thanks for your time
regards
Great help
thanks for your time
regards
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds