an option in a product give '; on front end

  • Posts: 15
  • Thank you received: 0
10 years 6 months ago #189669

-- url of the page with the problem -- : 2015.borduurstudio-deventer.nl/gastendoe...uct/1-gastendoek-wit
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3
-- PHP version -- : 5.0
-- Browser(s) name and version -- : Chrome + FF

Hello,

When i add an option to a product it gives on the front end at the bottom: ';
- Removing the option --> it disappears
- Looking at the product which is added as option --> it is not there

It occures with the 3 options i have right now. (2 with underlaying charectirestics, 1 just a normal article without anything special)

With firebug i see it happen, but i cannot figure out where it is or how to prevent it.

<form enctype="multipart/form-data" name="hikashop_product_form" method="post" action="/gastendoekjes/product/updatecart">
<input type="hidden" value="1" name="hikashop_price_product">
<input id="hikashop_price_product_1" type="hidden" value="7.5000035">
<input id="hikashop_price_product_with_options_1" type="hidden" value="7.5020121">
';
<div id="hikashop_submodules" class="hikashop_submodules" style="clear:both"> </div>
<div id="hikashop_external_comments" class="hikashop_external_comments" style="clear:both"> </div>


I havent made changes in php, in css just one aligement change.
Not an template issue as far is i can see. When i switch it to protostar, the problem still exist.

Can you help me out?


Moniek

Last edit: 10 years 6 months ago by A. van de Kamp.

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 6 months ago #189671

Hi,

Thanks for the report ; we already have this report few weeks ago and we fixed the issue in our side.
In the view "product | show", you will find the line

<input type="hidden" id="hikashop_price_product_with_options_<?php echo $this->element->product_id; ?>" value="<?php echo $priceUsed; ?>" />';
Where you can remove the " '; " at the end.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: A. van de Kamp

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

  • Posts: 15
  • Thank you received: 0
10 years 6 months ago #189727

Thank you!
The tip works fine.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum