-- url of the page with the problem -- :
tsibur-news.com
-- HikaShop version -- : 2.2.3
-- Joomla version -- : 3.2
-- PHP version -- : +
-- Browser(s) name and version -- : +
-- Error-message(debug-mod must be tuned on) -- : +
<span class="cart_btn_before"></span>
i need to change it and the button was be to show better in rtl lang
if i change it from:
<span class="cart_btn_before"></span><input type="submit" class="btn button hikashop_cart_input_button cart_btn" name="add" value="Add to cart7" onclick="var field=document.getElementById('hikashop_product_quantity_field_1');if(hikashopCheckChangeForm('item','hikashop_product_form')){ return hikashopModifyQuantity('17',field,1,'hikashop_product_form','cart'); } else { return false; }">
to:
<input type="submit" class="btn button hikashop_cart_input_button cart_btn" name="add" value="Add to cart7" onclick="var field=document.getElementById('hikashop_product_quantity_field_1');if(hikashopCheckChangeForm('item','hikashop_product_form')){ return hikashopModifyQuantity('17',field,1,'hikashop_product_form','cart'); } else { return false; }"><span class="cart_btn_before"></span>
it's work's good! (in my local i test it...)
but... i can't see it in my php files, anybody can where is this found?
here is this on live:
tsibur-news.com/index.php/hikashop/product/17-
the RTL that work's good is in the attachment
thanx