RokasJ
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] custom price labels causes odd formatting issueHi,
Storefront theme is fully compatible and should work without any issues.
Forum: Plugins
In reply to: [Booster for WooCommerce] Css code to change custom price labelsHi,
I just checked and the price label and original price styles should be the same. Can you also try the
p.price{ font-weight: 700; font-size: 16px; }
css code and see if it changes the formatting of the price label not in the product list but in the product page itself with a different theme? I’m asking this because you also have other issues with your current theme.
Forum: Plugins
In reply to: [Booster for WooCommerce] custom price labels causes odd formatting issueHi,
That means there is some issue in the theme itself. You would have to either contact the developer of that particular theme or choose to use a different one.
Hi,
To show the original price use
[wcj_order_subtotal]
shortcode (https://booster.io/shortcodes/wcj_order_subtotal/). You can use it directly in the Invoice by going to Woocommerce > Booster Settings > PDF Invoicing & Packing Slips > Templates and under Invoice HTML Template add the shortcode in your desired location. To show the original price in the Admin Panel go to Woocommerce > Booster settings > Shipping & Orders > Admin Order List and enable the module, Enable “Custom columns”, enable “Custom Column #1”, add Label and under Value add shortcode. Don’t forget to save the settings.To show the discount level repeat the steps above with a different shortcode, this time –
[wcj_order_total_discount]
(https://booster.io/shortcodes/wcj_order_total_discount/).Forum: Plugins
In reply to: [Booster for WooCommerce] custom price labels causes odd formatting issueHi,
Can you try temporarily changing the theme of your store to one of the default ones to see if the issue persists?
Forum: Plugins
In reply to: [Booster for WooCommerce] Css code to change custom price labelsHi,
Please try
<font weight="700" size="16">Custom label</font>
directly in the custom label text input field. The previous css code should be applied to custom labels in the product screen directly but not in the product list.Forum: Plugins
In reply to: [Booster for WooCommerce] Products packagesHi,
Price table should be visible in short description, as well as the discounts should be applied immediately. I’m afraid this may be due to your theme or some other plugin that’s interfering – if you could try and temporarily change the theme to one of woocommerce defaults or disable other plugins, you would hopefully see no problems with the site.
To translate the table you should use Booster WPML module (https://booster.io/features/woocommerce-booster-wpml/?utm_source=module_documentation&utm_medium=module_button&utm_campaign=booster_documentation).
Forum: Plugins
In reply to: [Booster for WooCommerce] Products packagesHi,
You can achieve this by using “Wholesale Price” module. Enable the module, enable option called “Enable per product” and save the settings. Then go to those two product’s edit page and configure the options under “Booster: Wholesale price”: for both products set “Enable per product levels” to “Yes”, set “Discount type” to “Price directly”, set “Number of levels” to 3, and press update for the settings to be saved. Then for each product configure price levels – set minimum quantities and prices.
Forum: Plugins
In reply to: [Booster for WooCommerce] Display Tax class typeHi,
Have you tied using
[wcj_order_fee]
shortcode? (https://booster.io/shortcodes/wcj_order_fee/). You could display the name like this:[wcj_order_fee name="paypal" before="Paypal"]
.Forum: Plugins
In reply to: [Booster for WooCommerce] Css code to change custom price labelsHi,
Please try this:
p.price{ font-weight: 700; font-size: 16px; }
and let me know if that works for you. Don’t forget to enable the module “Custom CSS” and use the above code in frontend text field.
Forum: Plugins
In reply to: [Booster for WooCommerce] Problem with Checkout Files UploadHi,
Can you tell us where (what url) does it go to (and what is the url for the checkout page so we could compare)? What other wordpress plugins are you using? Could you try disabling other plugins and seeing if the problem fixes itself so we could know if some other plugin is interfering?
@jdembowski Thank you for telling me that, won’t happen again.
Hi,
How do you add verndor’s email address in the recipients field? Also, are you use email is enabled in its settings?
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Different products help with pricesHi,
I assume you have used “Shipping Methods by Products” module. For this scenario to work, you will need to disable “”Include” Options” option, add your free products under “Free shipping’s” “include”, add your paid products under “Free shipping’s” “exclude”, and add your paid products under “Flat rate’s” “include”. In this case if the paid product appears in cart, free shipping is no longer available but paid shipping is as paid product is included and free product is not excluded.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Hi,
The currency works for me in the website you have provided and I see that you marked the issues as resolved. Do you still require assistance?
- This reply was modified 6 years, 4 months ago by Jan Dembowski.