-- url of the page with the problem -- :
mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message
After Upgrading a couple different sites to the latest version of HS (2.3.1 business) I've had both of them loose their selection buttons (specifically in the checkout/choose shipping option).
For some reason this update is doing something to make this code:
.hika-radio input[type="radio"] {
display:none;
}
in
\media\com_hikashop\css\frontend_old.css
to become active and hide all the radio buttons.
I found this other topic:
www.hikashop.com/forum/2-general-talk-ab...-methods.html#113923
That was similar; however, the bootstrap option has been off (and still is) on these sites.
Not sure why it's calling the 'fontend_old.css' file or why anyone would want to hide all radio buttons.
Commenting out this line resolves this problem, but not sure why it was all working fine before the HS update to 2.3.1.
Any ideas?