Choose Options Label?

  • Posts: 242
  • Thank you received: 0
13 years 9 months ago #6046

The new label, "Choose Options" (v1.4.4) that replaces "Add to cart" when characteristics are available for a product seems confusing. It really doesn't take you to the product page where you can choose an option, it still jumps to the shopping cart with default options (characteristics) set.

It's nice to have the lable there to indicate options are available, but as implemented, I think users would expect to be able to make a selection when the button is clicked.

Does that make sense?
Ed

BTW - Thanks for the new version!

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

  • Posts: 82683
  • Thank you received: 13337
  • MODERATOR
13 years 9 months ago #6054

Thank you for the bug report. That's actually a problem only when you use normal button styling in the config under the tab display. With CSS styling on buttons, it works like you say it should (which is why we didn't see the problem).

You can edit the file quantity of the view product and change the line:
echo $this->cart->displayButton(JText::_('CHOOSE_OPTIONS'),'choose_options',$this->params,hikashop::completeLink('product&task=show&product_id='.$this->row->product_id.$this->itemid),'','');
to:
echo $this->cart->displayButton(JText::_('CHOOSE_OPTIONS'),'choose_options',$this->params,hikashop::completeLink('product&task=show&product_id='.$this->row->product_id.$this->itemid),'window.location = \''.hikashop::completeLink('product&task=show&product_id='.$this->row->product_id.$this->itemid).'\';return false;','');

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

  • Posts: 242
  • Thank you received: 0
13 years 9 months ago #6124

Works Great!

Thanks again,
Ed

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

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #114947

Hi, Nicolas,

Is this still a bug? I am using version 2.2.0 and I am having the same problem even I have changed button type from "Normal" to "CSS".

Can you tell me more about where to find the file quantity of the view product ?

Thanks a lot in advance!

Jerry

Last edit: 11 years 3 months ago by tiger1178. Reason: provide more info.

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

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #114948

I made it work in case this will help others:

I found a item under Characteristics in the product has no value. After I deleted the Characteristic from the product. It works.

Thanks.

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

Time to create page: 0.075 seconds
Powered by Kunena Forum