-- url of the page with the problem -- localhost
-- HikaShop version -- :HK Essential: 2.3.0
-- Joomla version -- :2.5.19
-- PHP version -- : 5.3.13
-- Browser(s) name and version -- : FreFox 27.0.1
-- Error-message(debug-mod must be tuned on) -- : Error_message
Hi, I am struggling with two HK ajax issues related to product selection and checkout updating.
1. Product text description. Once a selection is made, the product text description is updated. Instead of appearing next to the product header, I would like the text to be displayed just above the "Add to Cart" button for improved clarity. I tried to use some jQuery to copy the text between the two highlighted spans, but the event handlers are probably destroyed by ajax once a selection is made. The html code is attached below. Could you tell me where to inject the js code to handle this issue?
2.
CSS checkout button class lost after "Add to cart" button click event. By default, all buttons in the site include a custom CSS class. Once the "Add to cart" button is clicked, the checkout input button is regenerated causing this custom CSS class to be lost. Could you tell me how to add custom CSS classes back to HK elements after a HK ajax update?
TIA for any hints.