Wishlist Module link

  • Posts: 80
  • Thank you received: 2
11 years 2 months ago #91571

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>

thanks for your help

regards

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #91666

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" ?

The following user(s) said Thank You: luppe

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

  • Posts: 80
  • Thank you received: 2
11 years 1 month ago #91726

Hi
I use the latest version off hikashop

and the original css

thanks

regards

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #91866

Hi,

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.

  • Posts: 80
  • Thank you received: 2
11 years 1 month ago #92044

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

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #92344

Hi,

Thanks for the report.
I have corrected it on my end. You can edit the view "product / cart".

And change:

?>
		<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.='&amp;';
			}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
		}
To:
		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.='&amp;';
				}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.

  • Posts: 80
  • Thank you received: 2
11 years 1 month ago #92433

Thanks Xavier

Great help :cheer:

thanks for your time

regards

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

Time to create page: 0.079 seconds
Powered by Kunena Forum