Max
Forum Replies Created
-
This would be really helpful! I’ve already generated a lot of shipment labels based on product weight only, which gave a totally wrong overall weight of the final parcel.
Before this plugin came on I used a third party plugin ( ELEX WooCommerce DHL Express ) to generate and print shipment labels. There it was possible to generate shipping measurements and weights. The total weight was then calculated based on product weight + packaging.
It would be very useful if this plugin by DHL itself would be able to do those calculations!Forum: Themes and Templates
In reply to: [Storefront] change Storefront child theme css breakpointHi,
I have the same problem. As I would like to use the storefront mobile function and avoid using plugins for mobile menus. I shouldn’t be that hard to simply change the breakpoint!?!
All the plugins out there have a simple text field to set the breakpoint. Why can’t storefront do that?
At least there should be an option for the functions.phpForum: Plugins
In reply to: [WooCommerce] Woocommerce 3.0 gallery trigger over full image – possible?Hi Deepak,
wow that worked well!! Thank you so much, you really helped me a lot. And your help was so fast!
All the best for you,
MaxForum: Plugins
In reply to: [WooCommerce] Woocommerce 3.0 gallery trigger over full image – possible?Hi Deepak,
wow! Thank you so much for your help. That works perfect on desktop resolutions!!
But now on mobile resolutions this functions overwrites the swap function for the gallery. Is it possible to get the swap function on mobile resoultions into your code snippet too?
Hi Ewout,
I found a solution for this. Its very simple.
Just add
add_filter( 'woocommerce_backordered_item_meta_name' , '__return_false' );
to functions.php and the stock status “Backordered” is gone ??
- This reply was modified 7 years, 11 months ago by Max.
Or simply add
add_filter( 'woocommerce_backordered_item_meta_name' , '__return_false' );
to your functions.php ??
Forum: Plugins
In reply to: [Woo Custom Stock Status] Hide stock status in order emailAfter some more hours of research I found a very simple solution.
Simply add
`add_filter( ‘woocommerce_backordered_item_meta_name’ , ‘__return_false’ );
to your functions.php and the meta title “Backordered” is gone in email and pdf.
Hi Ewout,
thank you for your message. The problem is, that I need different delivery times depending whereas a product or product variation is available or has to be manufactured individually. So I set up different messages for custom stock status. I use the plugin “woocommerce custom stock status” for that.
In detail they are:
In stock -> delivery time 3 days
Only x left in stock -> There are only x left.
can be backordered -> But you can order more but delivery time expands to 13 days.
x in stock -> There are x in stock.
Avialable on backorder -> We need to manufacture your product. Delivery time 14 days.When I set the “Allow Backorder” option to just “Allow” it won’t output the combined message “Only x left” – “can be backordered”.
And if there are 0 products in stock it won’t show the longer delivery time of 14 days.
In short, I need to set it to “Allow, but notify customer” to have the different output messages.Forum: Plugins
In reply to: [Popup Cart Lite for WooCommerce] Support EndedI have the exact same issue and don’t know how to fix it ??
The rest of the plugin was great, but without beeing able to save the customization its useless..Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Wont print after updatehi Robertfarkle,
wow that did the trick! How did you figure that out??
I am not sure about the design. It looks similar to that what I ve made for me. But the look doesn’t change, no matter what css file I use.
For noe I went back to the old version, to get some invoices printed I need tomorrow.
Thank you for your idea!Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Wont print after updateI tried all mentioned here. I use Chrome to print my invoices.
But since the update was made I always get the 404 Error. No matter if I try right click and open in a new tab or not.
The code replace in /inculdes/class-wcdn-print.php did’t work either.
Nor did it help to save the permalinks or the Print settings again. This plug in was sooo great before. And a few weeks before the update was made I made a very beautiful template for the prints. It would be really great if it will be fixed ??Forum: Themes and Templates
In reply to: Change topmenu into a sidemenu, is it possible?Thank you very much for your answer. The menu now is where it is by default. And yes woothemes might know how to do that, but since Artificer is a free theme they don’t offer support.
I never heard about child themes, I will read it ??