-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
Hello, there.
Good morning!
This is not a high priority - because the code runs fine.
In /components/com_hikashop/views/checkout/view.html.php, there are a lot of double quotes (") followed by semi-colons (. For instance,
window.hikashop.ready( function(){
";
and
var mySlide_".$method->payment_type.'_'.$method->payment_id." = new Fx.Slide('hikashop_credit_card_".$method->payment_type.'_'.$method->payment_id."');
";
if(!$show){
$js.="
mySlide_".$method->payment_type.'_'.$method->payment_id.".hide();
var hikashop_last_opened_slide = null;
";
}else{
$js.="
var hikashop_last_opened_slide = mySlide_".$method->payment_type.'_'.$method->payment_id.";
";
What is the significance of these?
Thanks.
Take care!