Problems with hikashop konfig + hikashop productwa

  • Posts: 26
  • Thank you received: 0
9 years 5 months ago #231177

-- url of the page with the problem -- : dev.iq-guru.com
-- HikaShop version -- : actual
-- Joomla version -- : actual
-- PHP version -- : 5.5.9
-- Browser(s) name and version -- : Chrome

Hi,
i have a problem in the conjunction with hikashop and the plugin hikashopproduct wall from joomlaxtc (wich is linked via your integration list in the documentation -> www.joomlaxtc.com/joomla-extensions/hikashop-product-wall )
I bought this and now it seems there is a problem the developer of this extension can not investigate so he asked me to involve your support as he thinks it might be a problem with the hikashop configuration. So here is the problem description i posted in his support forum:

Hi,
If i click on my frontpage one of the "blog" products to add into my shopping cart nothing happens like configured in hikashop.
First sometimes no article is added into a cart. Only a page opens that says "Nothing in cart". Two buttons are shown - first "make new shopping cart" if i click on that it says "no articles in shopping cart". The other button is the back button wich leads me to a category page of hiksahop not the page i came from (my homepage). 
Ok so i tried for a while (wich no user will do :-) and found out that sometimes after a while an article is placed in something like a shopping list (cart) but this is not shown in the hikashop mini cart module. So i tried to click on the list item that shows the product as there is no "pay now option" within this list. So if i hover over the list the row is highlighted but does not show up anything on click. If i click on the number in the first column the hikashop shoppingcart comes to action and displays the product and also the minicart in top-a module position seems to work. So the list step inbetween is not understandable to a user. why does it trap me in the list and does not follow the normal configured way in the hikashop backend?
As my whole shop is configured to lead right into the payment process i do not understand why this works well with the normal hikashop "add to cart" buttons on product pages but runs into these problems with the hikashop wall module. You can test it e.g. with my "Adobe Bridge Course" 
http://dev.iq-guru.com/ 
Try to buy this right from the homepage and follow the process. Afterwards try here with a normal hikashop product:
http://dev.iq-guru.com/angebote/shop/alle-produkte

The second behaviour is the configured way of the shop and i´d like the buttons of hikshop wall to act in the same way. So did i make a mistake in the module configuration or why does this work so wired?
Thanks again for your help!
carsten

His answer on this post was:
hello. 

sorry for the delay. I have been testing and verifying the code. It seems that we are using the right code but it sounds like there is something missing in the hikashop configuration. I continue testing, but i'd like that you help me asking the hikashop support if they can advice something. I will continue testing anyway. 

regards.

So my hope is that you perhaps might help with this issue?
It would be great and i would thank you in advance!
Carsten

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

  • Posts: 84233
  • Thank you received: 13675
  • MODERATOR
9 years 5 months ago #231215

Hi,

As far as I can see, they don't use standard HikaShop add to cart buttons.
It should normally be done with such code:

$cartHelper = hikashop_get('helper.cart');
echo $cartHelper->displayButton(JText::_('ADD_TO_CART'), 'add', $this->params, $url, $this->ajax, '', $max, $min);
like in the file "quantity" of the view "product".
That way, it uses the javascript of HikaShop to handle the add to cart.
The form in HikaShop also contains a return URL hidden parameter:
<input type="hidden" name="return_url" value="<?php echo urlencode(base64_encode(urldecode($this->redirect_url)));?>"/>
Which tells the system where to redirect after the add to cart. I don't see that hidden parameter in the add to cart code of that module.

The following user(s) said Thank You: iq-guru

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

  • Posts: 26
  • Thank you received: 0
9 years 5 months ago #231264

Thanks nicolas - I´ll forwand this in hope they will fix this. It would be great if you at hikashop could provide such a module as i had lots of ticket support ping pong with them as their module seems to be a little bit buggy :-) Never the less it has some great display features beside scrollers and coverflows.
I´ll come back if there will be a solution.
Thanks for your help!!
Have agreat day
carsten

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

  • Posts: 26
  • Thank you received: 0
9 years 5 months ago #231956

Thanks to your help they have now fixed it by switching their "css button" configuration from css to normal. This has done the job even i have no idea what was exactly changed.

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

Time to create page: 0.083 seconds
Powered by Kunena Forum