Wishlist questions

  • Posts: 56
  • Thank you received: 0
12 years 2 months ago #64555

Hello again,

First of all thank you very much for implementing the wish list feature.
It is something we were waiting quite a while for!

Having that said, i got some questions.

1) Can you tell me which view-files are adjusted for this wish list? I cant find anything. For example i want to change the quantity field to make my columns line up better.

2) When you view the wish list the taxes are not showing. It is in the cart module, but not on the wish list page. And yes i do have that option on which does the trick in the cart but again, not on the page.

3) I cant find my module. In the Joomla module i have a link to the Hikashop Options, which brings me to the Hikashop Module. I have adjusted the settings and saved it, it works also, but when i hit save, the module isn't listed. Each time i want to adjust something there i have to go via the Joomla Module and that isn't the right way. Do you know where i can find it?

4) Is there a way to change the link under the button "go to wish lists" (the popup one) into the one that's in the cart (show the wish list) ?
I just want people to go to the wishlist they are making at that moment and not use multiple wish lists for one customer.

Lots of questions :)
Tnx in advance!

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #64724

Hi,

1. Can you give a link to that page ?

2. The taxes are indeed not displayed for prices in the cart. We'll add that check. In the mean time, you can edit the file "showcart" of the view "cart" via the menu Display->Views and change the line:
echo $this->currencyHelper->format($cart->prices[0]->price_value,$cart->prices[0]->price_currency_id);

to:
echo $this->currencyHelper->format($cart->prices[0]->price_value_with_tax,$cart->prices[0]->price_currency_id);


3. Indeed the wishlist module is not listed with the other content modules. You'll have to use the joomla modules manager for now.
We'll fix that on our end.

4. Can you do a screenshot of the page ? I'm not sure of what you're talking about ?

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

  • Posts: 56
  • Thank you received: 0
12 years 2 months ago #64866

1)
www.onzekralen.nl/

2)
That doesnt seem to do anything.
See attachment.

3)
Ah great, tnx.

4)
See attachment.

Attachments:

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #65037

Hi,

1. It's the file "quantity" of the view "product".

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

  • Posts: 13201
  • Thank you received: 2322
12 years 2 months ago #65049

Hi onzekralen,

4. The modifications will be available on the next release.
You can edit it by yourself in HikaShop > Display > Views, edit the view "checkout / notice" and replace:

			echo $this->cartClass->displayButton(JText::_('DISPLAY_THE_WISHLIST'),'wishlist',$this->params,hikashop_completeLink('cart&task=showcart&cart_id='.$wishlist_id.'&cart_type='.$cart_type.$this->url_itemid),'window.top.location = \''.hikashop_completeLink('cart&task=showcart&cart_id='.$wishlist_id.'&cart_type='.$cart_type.$this->url_itemid).'\';return false;');
By:
		$app =& JFactory::getApplication();
		$wishlist_id = $app->getUserState( HIKASHOP_COMPONENT.'.wishlist_id','0');
		if($wishlist_id != 0)
			echo $this->cartClass->displayButton(JText::_('DISPLAY_THE_WISHLIST'),'wishlist',$this->params,hikashop_completeLink('cart&task=showcart&cart_id='.$wishlist_id.'&cart_type='.$cart_type.$this->url_itemid),'window.top.location = \''.hikashop_completeLink('cart&task=showcart&cart_id='.$wishlist_id.'&cart_type='.$cart_type.$this->url_itemid).'\';return false;');
		else
			echo $this->cartClass->displayButton(JText::_('DISPLAY_THE_WISHLISTS'),'wishlist',$this->params,hikashop_completeLink('cart&task=showcarts&cart_type='.$cart_type.$this->url_itemid),'window.top.location = \''.hikashop_completeLink('cart&task=showcarts&cart_type='.$cart_type.$this->url_itemid).'\';return false;');

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

  • Posts: 56
  • Thank you received: 0
12 years 2 months ago #65150

Tnx for your answers!

Can you still check question nr 2? This didnt work.

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

  • Posts: 13201
  • Thank you received: 2322
12 years 2 months ago #65283

Hi onzekralen,

The solution is working fine on my end, do you edit the file in the good template ?

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

  • Posts: 56
  • Thank you received: 0
12 years 2 months ago #65288

I adjusted it again and now it works, sorry i probably did it wrong.

Tnx a lot for your answers!

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

Time to create page: 0.076 seconds
Powered by Kunena Forum