RokasJ
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] Minimum Quantity for specific single productsYes, that is a possibility. You can enable option “Stop Customer from Seeing Checkout on Wrong Quantities” in the same module settings so that the customers could not finish the purchase if somehow they have managed to add an incorrect quantity to the cart.
Forum: Plugins
In reply to: [Booster for WooCommerce] Minimum Quantity for specific single productsHi vievioor,
Yes, that is possible using “Order Min/Max Quantities” module in WooCommerce > Settings > Booster > Shipping & Orders. Under “Minimum Quantity Options” enable option “Per Item Quantity on Per Product Basis”. This will add meta box to each product’s edit page where you will be able to set minimum quantities for individual products.
Forum: Plugins
In reply to: [Booster for WooCommerce] Order Custom StatusesHi katzelkraft,
Custom statuses should show up under “Change status to…” options, next to “Mark…”. Is still not there?
Forum: Plugins
In reply to: [Booster for WooCommerce] Variable price not changingHi,
Screenshot. Can you also try temporarily changing the theme to one of the WordPress defaults to see if the issue is with your theme?
Forum: Plugins
In reply to: [Booster for WooCommerce] Variable price not changingHi,
Can you try changing the value of the option “Advanced: Save Calculated Products Prices” in WooCommerce > Settings > Booster > Prices & Currencies > Multicurrency Product Base Price?
Forum: Plugins
In reply to: [Booster for WooCommerce] currency rate not change automaticallyHi JiYeon,
Can you try enabling “Always Use cURL” option in WooCommerce > Settings > Booster > Prices & Currencies > Currency Exchange Rates (module should be enabled as well)? If that still doesn’t work, can you try changing the exchange rates server and see if it works with a different one?
Forum: Plugins
In reply to: [Booster for WooCommerce] Labels on checkoutHi mstudioil,
I’m not sure I understand what the issue is, can you explain it in more detail? You can use
wcj_wpml
shortcode for all strings, not only Booster text but you must use WPML instead. Polylang is not currently supported.Forum: Plugins
In reply to: [Booster for WooCommerce] Image on checkout pageYou can replace all text in the template with translations in your own language or if you want to have multiple languages then you can use WPML plugin in addition to “Booster WPML” module (https://booster.io/features/woocommerce-booster-wpml) and [wcj_wpml] shortcode (https://booster.io/shortcodes/wcj_wpml/).
Forum: Plugins
In reply to: [Booster for WooCommerce] Not Multi-Vendor CompatibleHi phil1ooo,
We have added this to our todo list.
Forum: Plugins
In reply to: [Booster for WooCommerce] Checkout Upload FileHi firroaga,
There is no file size limit for checkout files and unfortunately it’s not possible to add the limit but we have added it to our todo list.
Forum: Plugins
In reply to: [Booster for WooCommerce] Image on checkout pageHi mstudioil,
The above code can be used to display products in PDF documents such as invoices, and custom Booster emails. Unfortunately there is no other way to display item thumbnails on the default emails.
So to use the above code in custom emails you should enable “Custom Emails” module in WooCommerce > Settings > Booster > Emails & Misc., then go to Woocommerce > Settings > Emails, click manage on the custom email and edit the email template by replacing the old order items table with the above one. You should then add some “Triggers” when the email should be sent and disable old email types.
Forum: Plugins
In reply to: [Booster for WooCommerce] Select Options button opens up Checkout pageHi,
You have most likely changed an incorrect label for add to cart buttons in WooCommerce > Settings > Booster > Button & Price Labels > Add to Cart Button Labels. You can click “Reset settings” button at the bottom of the page to reset labels and start changing all over again. Most likely that the second label (Product category (archive) view.) is the one you have incorrectly changed.
Forum: Plugins
In reply to: [Booster for WooCommerce] Image on checkout pageHi mstudioil,
PDF documents by default do not show product thumbnail but you can simply add it to document templates by adding a “product_thumbnail” to the [wcj_order_items_table] (https://booster.io/shortcodes/wcj_order_items_table/). For example, this would display the thumbnail on the very left of the table:
[wcj_order_items_table table_class="pdf_invoice_items_table" columns="item_number|product_thumbnail|item_name|item_quantity|line_total_tax_excl" columns_titles="No|Image||Product|Qty|Total" columns_styles="width:5%;|width:20%;|width:55%;|width:5%;|width:15%;text-align:right;" discount_as_item="Discount"]
Forum: Plugins
In reply to: [Booster for WooCommerce] Left to Shipping Label PositionHi ,
Can you try the following CSS code:
.widget_shopping_cart_content { text-align: center; }
You should enable the module in WooCommerce > Settings > Booster > Emails & Misc. > Custom CSS and paste the code in the “Custom CSS – Front end (Customers)” text field.
Forum: Plugins
In reply to: [Booster for WooCommerce] Left to Shipping Label PositionHi jonnntan,
Can you share an url to your website so I could take a look and give you some CSS code that you would be able to enter into “Custom CSS” module?