andreeemoberg
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart All In One For WooCommerce] Update cart automaticOkey,
thanks, then I will think about upgrading.
Don′t you sell a package for web developer, example for unlimited websites?
Hi,
Okey, sounds great!
Do you know approximately when that could be?
And the will the plus and minus button auto update the cart?
Hi again
Could you possible provide me example how that could look in function.php?
That would help so much!
Another question, if there will be a plus and minus button for the quantity, will that update the price automatic? Or will the update button still be needed?
Ok, but how exactly can that look in function.php
I mean, does it need a add action code?
Could u possible provide a small example please.
I know how to customize it with css when it is displayed, but to make it display is my problem, I have no idea how to add this code in function.php
- This reply was modified 4 years, 3 months ago by andreeemoberg.
Hi
would love an answer to the 2) question.Hi
Okey, sounds good.
1) Exactly, that also sounds good!
2) Well I rather not show all the prices underneath.
I have auctally add this code to hide all that.wapf-product-totals .wapf--inner{ display:none; }
What I rather would like is if the grand total price can replace this price: .woocommerce-Price-amount amount
Then there will only be one place for the price.
Hi
Okey, Im voting yes for it haha ??
How will I know if it will be added, will it be in the next update if so?1) unfortunately I cannot make that setting to be 0 decimals because of the Svea checkout plugin I use, it need the decimals to be set at 2… But to hide the decimals I use this code in function.php that works great on all products, except the addons.
/** * Trim zeros in price decimals */ add_filter( 'woocommerce_price_trim_zeros', '__return_true' );
2) Not really.
Example my product cost 10$ and the checkbox addon price is 5$.
When I check that I want the 10$ in .single-product div.product p.price to change from$10 to 15$ so I can preview what the price will be before added to cart.Hi
I understand, It would be great if that was in the free version.
If it will be free when if so would that possible be?Another 2 questions:
Is there a way to remove the 2 decimals?And is the addons price possible to add to the product price when it′s being checked?
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Adds –Hi!
I would like some respond please..
Forum: Reviews
In reply to: [Translate Multilingual sites - TranslatePress] SKU problemohh my bad, didn′t noticed that haha.
Hello
I just uploaded the options and rules in the link you sent me.
Thanks, André
Hello
Im using Storefront theme.
One thing i did not mention is that i changed class-wdp-frontend.php on line 623 from checkout_order_processed to woocommerce_checkout_order_processed in order to make svea checkout work, without this change the checkout did not work.
I just noticed that the when login as admin I can add customer order note and it works, but when logged in as wholeseller it does not work. Is it maybe a setting that needs to be done for that role in order to make it work?
Thanks for an awsome plugin btw, if this can be fixed i would be so happy.