Forum Replies Created
-
AuthorPosts
-
Hi Martin,
I’ve just sent you the new version (v4.1.3-dev) via WeTransfer.
After the update, please go to “WooCommerce > Settings > EAN > (2D) Barcodes > Compatibility > WooCommerce PDF Invoices & Packing Slips”, and locate new “Content” option I’ve just added. By default it’ set to (for 1D barcodes and 2D barcodes respectively):
<div class="ean_wrapper">[alg_wc_ean_barcode]</div>
<div class="ean_wrapper_2d">[alg_wc_ean_barcode_2d]</div>
That is, now you can customize the barcode output with our
[alg_wc_ean_barcode]
and[alg_wc_ean_barcode_2d]
shortcodes.These shortcodes have
w
andh
attributes that set the width and height of a single bar element (1D barcodes) or single rectangle element (2D barcodes) in pixels. By default, it’s:[alg_wc_ean_barcode w="2" h="30"]
[alg_wc_ean_barcode_2d w="2" h="2"]
So, for example, to make 2D barcodes two times smaller, set the “Content” option to:
<div class="ean_wrapper_2d">[alg_wc_ean_barcode_2d w="1" h="1"]</div>
Finally, two more attributes can help you customize the barcode image size –
img_w
andimg_h
. These attributes set the width and height of the final image. For example, to make 1D barcodes exactly 100 pixels width, we could use this:[alg_wc_ean_barcode w="2" h="30" img_w="100"]
I hope that makes sense, and please let me know if you have any questions.
P.S. If you like the plugin, please consider leaving me a rating here or here, I would really appreciate it.
Hi Martin,
Sorry for the late reply. Not possible at the moment, however, should be quite easy to do. Let me try to add it to the plugin. Will get back to you soon.
Great, thanks 🙂
Hi,
Please update the plugin to the latest v4.1.2. After that, please go to “WooCommerce > Settings > EAN > Print” and there, in the “Admin Options > Print buttons” section, locate the new “Quantity input” option – add “Products > Bulk actions” to it. Now you should be able to set quantity when printing from the products list.
Please give it a try and let me know what you think.
P.S. If you like the plugin, please consider leaving me a rating here or here, I would really appreciate it.
Hi Karla,
Happy to hear you’ve figured it out. Please let me know if you’ll need anything else.
Happy to help 🙂
Regarding the “… starting at…” question – I believe you can already do that. Please try adding this:
Starting at [alg_wc_product_ppq_data field="price" level_num="last" product_id="%product_id%"]
to either “Discount Pricing Table > Shop page” or “Replace Price > Shop page” (both options are in “WooCommerce > Settings > Product Price by Quantity > Info”).
Please give it a try and let me know what you think.
P.S. And if you like the plugin, please consider leaving me a rating here or here.
Hi,
Happy to help 🙂
OliverPOS – please update the plugin to the latest v4.1.1. Now it’s possible to set multiple keys in our “Copy to product meta” tool, so please set (instead of
oliver_barcode
):oliver_barcode,var_product_barcode
Please give it a try and let me know what you think.
Quantity in bulk actions – let me check. Will get back to you soon.
Hi Karla,
Glad to hear you’ve figured it out. As for your latest question – could you please try to disable the “Display in variation price” checkbox in “WooCommerce > Settings > Product Price by Quantity > Price Display by Qty”? Please let me know if that helps.
Hi Karla,
I’ve just tested it with the Botiga theme I’ve found on wp.org, but unfortunately couldn’t reproduce the issue – “Price Display by Quantity” seems to be working fine here, including variable products with the same variation prices.
Hi,
Please update the plugin to the latest v4.1.0.
- OliverPOS – please go to “WooCommerce > Settings > EAN > Tools”, locate the new “Product Tools > Copy to product meta” tool, set the “Meta key” option there to
oliver_barcode
, and run the tool (or add “Copy to product meta” to “Automatic actions” and/or “Periodic action” option(s)). - Printing quantity – please go to “WooCommerce > Settings > EAN > Print”, locate the new “Print Tools” section, select products, set quantity, and run the tool.
Please give it a try and let me know what you think.
Hi Karla,
Generally, I would suggest our Download Plugins and Themes from Dashboard plugin to export the theme, however, I found the Botiga theme on wp.org – is this the right one?
Hi Karla,
Sorry for the late reply.
I believe this is a theme-related issue – our “Price Display by Quantity” should work for variable products with the same variation prices as well. Would it be possible to share access to your site, so I could log in and check what’s going on (my email is [email protected])? Please let me know if sharing an account is not an option, and I will continue solving it remotely, and in this case, could you please let me know which theme are you using on your site?
Hi,
OliverPOS – yes, I’ve received the email. I don’t think they replied yet, though.
Barcodes for specific variations – actually, I think there is an option for that already. Please go to “WooCommerce > Settings > EAN > Print > Admin Options”, and make sure that the “Single product” option is selected in the “Print buttons”, and at least one option is selected in the “Variations print buttons”. After that (from the single product admin edit page), you should be able to print barcodes for specific variations only. Is this what you had in mind?
Hi,
- Ok, I got it now. Currently, we only have “Copy to product SKU” and “Copy to product attribute” tools. What you need is very similar, but we need to know the meta key that OliverPOS plugin uses for its field. If possible, please share access to your site, so I could log in and check it (my email is [email protected])? Please let me know if sharing an account is not an option, and I will continue solving it remotely.
- Ok, please give me a couple of days or so to add it to the plugin. Will get back to you about this soon.
Hi,
Thank you for the purchase.
- I’m not sure if I got the question correctly, but if you mean you want to display barcodes (i.e., images) for the EANs that you’ve created/set, then you need to enable the “WooCommerce > Settings > EAN > Barcodes” (and/or “WooCommerce > Settings > EAN > 2D Barcodes”) section(s), and select on which positions you want the barcodes to be displayed. Please let me know if I’ve misunderstood the question.
- There is the “Use stock quantity” checkbox (in “WooCommerce > Settings > EAN > Print”) – when enabled, it will print a separate label for each product inventory item. Please let me know if that’s not what you need, and I’ll try to come up with some solution.
- OliverPOS – please go to “WooCommerce > Settings > EAN > Tools”, locate the new “Product Tools > Copy to product meta” tool, set the “Meta key” option there to
-
AuthorPosts