Tagged: woocommerce
in the checkout page, after the client comment area, this “AAA/////AAAA/////…..” appears, and after there is the bar-codes number.
it is very confusing for the customers.
is there a way to delete this AAA////// thing?
you can view it here: https://drive.google.com/file/d/0B-a0aMNNBA-GX0puNUxxdHQwR2c/view?usp=sharing
this issue does not appear on default twenty forteen theme.
Thanks
Tal
Hey talelie!
Please update to enfold 3.5 and let us know if that solves the issue for you.
Thank a lot
Best regards,
Basilis
I have upgraded to Enfold 3.5 before applying this issue.
Hi!
Please add following code to Quick CSS
.rtl div.woocommerce-error a.button, .rtl div.woocommerce-message a.button {
right: auto!important;
left: 22px!important;
float: left!important;
}
input#order_barcode_image {
display: none!important;
}
Best regards,
Yigit
YIGIT YOU ARE THE BEST!!!
THANK YOU!