happyday25
Forum Replies Created
-
Thank you @leanzafrancesco! When do you think the fix will be released?
The duplicate also shows up in the default order processing and order complete emails generated by WooCommerce.
I need to be able to use the default WooCommerce variations in tandem with with the add-ons plugin without causing the duplication as I’m afraid it will cause confusion for the customers for certain types of products.
I am using a different PDF invoice plugin, I think the problem is not with the other plugin though because the add-on information seems to be duplicated in the WooCommerce database/order itself (same format listed above) where the add-on plugin is grabbing the variation set up through WooCommerce and duplicating it with the plugin.
Oh ok, is there a way to hide the add-on on the packing slip all together?
I have product variations setup through WooCommerce in addition to an add-on using the plugin, however when I go to print the packing slip, the Product Add-ons plugin treats the WooCommerce variation as an add-on and it duplicates the information. The result looks similar to this on the order itself and packing slip:
Product X – Blue (WooCommerce variation)
Color: Blue (Add-on plugin grabs the WooCommerce variation and duplicates it)
Size: XL (Add-on plugin)Hi @dpeyou,
This code worked! I placed it in my functions.php and it removed the price when I changed the class name from .wc-item-meta to .wc-item-meta-label.
Before I was placing the same version in the styles.css of my child theme but it wouldn’t remove the price.
.packing-slip .wc-item-meta-label { display: none; }
Thank you very much for your help with this!
On a similar note, if I have two add-on items but only wanted to display one of them on the packing slip, is there a way to do this? As far as I can tell, there aren’t unique class names for individual add-on items so I would likely need to grab the text string itself somehow.
- This reply was modified 4 years ago by happyday25.
- This reply was modified 4 years ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner).
Hi @agengineering, I am using the free version of the plugin. Should I still open a ticket?
Hi @dpeyou,
I am trying to hide the price for an add-on on the packing slips. Here is how they are currently displayed:
Product 1
($5.00): Add-on 1Product 2
($5.00): Add-on 1I attempted to change the output of the packing slip from PDF to HTML to see if there was a span or class name for the price portion so that I could hide it using CSS and only show the “Add-on 1” text. When viewing the source code for the HTML version, there is a class name for the price section but when I use the “display:none !important;” attribute, the price is still visible.
Whoops, just realized I posted this under the wrong plugin. Reposting under the Add-ons plugin.
Forum: Plugins
In reply to: [Autoptimize] WordPress keeps updating despite having auto updates disableHi @optimizingmatters, thank you for the quick response. It turns out it I had some settings wrong on my security plugin and I think it is fixed now.
Forum: Plugins
In reply to: [W3 Total Cache] WordPress keeps updating despite having auto updates disableHi @vmarko, thank you for the quick response. It turns out it I had some settings wrong on my security plugin and I think it is fixed now.
Forum: Fixing WordPress
In reply to: WordPress 5.6.2 keeps updating despite having auto updates disableGot it, I found the link you were referring to and changed the update options to disabled. Thank you for the help!
Forum: Fixing WordPress
In reply to: WordPress 5.6.2 keeps updating despite having auto updates disable@aitpro thanks for the quick response, I do not see the Must-Use link at the top of the WordPress plugins page (I am using BPS 4.4), is this a separate plugin that needs to be installed?
Forum: Plugins
In reply to: [Smart Slider 3] Smart Slider blank space when using media queriesHi @nextend_ramona,
This fixed the spacing problem, thank you!
Another problem I’m finding now is that the media queries still load all three sliders even though only one is visible at a time. It looks ok visually, but is killing my google page speed store since all of the images are still loading on the backend. I am using the CSS property “display: none;”. Is there a way to change this so that only one slider loads depending on the screen size?
Hi @sanzeeb3, I was able to check the Sendinblue logs and found the errors were due to some blacklisting problems on my hosting server and everything seems fixed now. Thanks for your help!
Forum: Plugins
In reply to: [Yoast SEO] Facebook Open Graph not workingGot it, based on the information you provided, I turned off the minify settings on my site and everything works now. Thank you for your help!