Forum replies created
If I update once it will show & #092;f07a
, If I update once more it will show the shopping cart but if update for the third time it will disappear again. (I have removed the space between & and #)
This character need to be escaped by php !
Same thing. It will disappear after update.
Ya it looks moving but not easily, iPhone users might not notice that unless they saw horizontal scroll bar under the table.
I found same case with thankyou.php :
<?php _e( 'Order:', 'woocommerce' ); ?>
<?php _e( 'Payment method:', 'woocommerce' ); ?>
To
<?php _e( 'Order Number:', 'woocommerce' ); ?>
<?php _e( 'Payment Method:', 'woocommerce' ); ?>
It looks picture zooming is not working well on OS7.x systems
woo-config.php should be fixed too
<?php _e( 'Password (leave blank to leave unchanged)', 'woocommerce' ); ?>
<?php _e( 'Confirm new password', 'woocommerce' ); ?>
To :
<?php _e( 'Current Password (leave blank to leave unchanged)', 'woocommerce' ); ?>
<?php _e( 'Confirm New Password', 'woocommerce' ); ?>
even though it is already there in alora po file.
Who uses English wont face these problems cause they already hard coded.
Just a friendly advice, It is better to not use html tags in po file.
this is the working link : http://irep3d.com/public/?product=%d8%b7%d8%a7%d8%a8%d8%b9%d8%a9-rap-2
Perfect, thanks