All Questions
4 questions
0
votes
2
answers
406
views
Hide checkout fields when selecting other countries
I am not a developer and I don't know much about code so I'm struggling a bit with this.
I have a shop that ships mainly to Peru, but i want to offer shipping to other countries now. The problem I ...
1
vote
3
answers
124
views
Edit woocommerce surcharge fee snippet code
I would like to know how I can modify the code so that all transactions have a percentage surcharge and exclude France?
* Add a standard $ value surcharge to all transactions in cart / checkout
*/
...
0
votes
1
answer
385
views
Show product image + name on checkout page
How can i put code in order to show both Picture and Image of my product??
function isa_woo_cart_attributes($cart_item, $cart_item_key) {
global $product;
if (is_cart()){
echo "<...
2
votes
1
answer
2k
views
Woocommerce: Override login required for existing email. Add order to user account
Woocommerce Settings:
Guest checkout disabled.
Create account during checkout enabled (user and passowrd auto generated)
If user is REGISTERED. But NOT logged in.
Checkout errors with
"An account ...