RokasJ
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] Currncy code with symbol display on all productsHi,
There’s no need for coding – Booster’s “Price formats” can do exactly that – enable module, find USD and CAD and change their “Additional Currency Code Position” option to something else rather than “Do not add currency code”.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Pay LaterHi,
The order status would be set automatically to pending and you would have to manually change it when you have received the money.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Pay LaterHi,
Unfortunately this is not possible at the moment with Booster plugin but you can create a custom payment gateway with instructions on how to pay and allow customer pay later.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Product Custom field displayHi,
I’m sorry, at the moment you can only display all custom fields.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Product price excluding tax displayHi,
You will have to add a column with this shortcode:
item_total_tax_excl
.Assuming you haven’t changed anything in the table, it could look something like this:
[wcj_order_items_table table_class="pdf_invoice_items_table" columns="item_number|item_name|item_quantity|line_total_tax_excl|item_total_tax_excl" columns_titles="|Product|Qty|Total|Total excl. tax" columns_styles="width:5%;|width:60%;|width:5%;|width:15%;|width:15%;text-align:right;"]
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Product Custom field displayHi,
All custom fields that are available for that product will be displayed. I would suggest using item_product_input_fields_with_titles instead if you want the titles to be shown.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Product Custom field displayHi,
Go to Woocommerce > Booster Settings > PDF INVOICING & PACKING SLIPS > Templates. For Invoice template find
wcj_order_items_table
. You will have to add columnitem_product_input_fields
(and its name and width).For example:
[wcj_order_items_table table_class="pdf_invoice_items_table" columns="item_number|item_name|item_product_input_fields|item_quantity|line_total_tax_excl" columns_titles="No|Product|Fields|Qty|Total" columns_styles="width:5%;|width:65%;|width:10%;|width:15%;|width:5%;text-align:right;"]
Forum: Plugins
In reply to: [Booster for WooCommerce] Product XML multiple currencies and languageHi,
I’m afraid currently there is no option to change currency depending on the language.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Product XML multiple currencies and languageHi,
1. Enable “Booster WPML” module in Woocommerce > Booster settings > Emails & Misc.
2. You will have to enable and setup some of the following modules (depending on your needs): “Currency per Product”, “Multicurrency (Currency Switcher)”, “Multicurrency Product Base Price”, “Prices and Currencies by Country”. They are all documented in https://booster.io/features/.- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Price unavailable not workingHi Jo,
I believe in your case the currency is changed and value converted using provided exchange rate in the “Multicurrency (Currency Switcher)” module.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Shipping by RoleHi ed,
I would suggest trying to enable “Use Shipping Instances” option in the module and seeing if it appears now.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Shipping by RoleHi ed,
That is possible. Go to Woocommerce > Shipping. Create your zones and add Flat rate shipping method. It’s option “Cost” should be:
1.00 * [qty]
If you want to limit that shipping method to just “wholesale” user role, go to Booster Settings > Shipping & Orders > Shipping Methods by Users. Enable the module, under “Flat rate” shipping method (or whatever you have named it) exclude all other user roles.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Shipping by RoleHi ed,
Unfortunately free shipping cannot be granted based on product quantity at the moment but we have added it to our todo list. You can only grant free shipping based on order amount.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Currencies & EFT invoice issuesHi David,
1. What bank details exactly do not show up? PDF invoices are generated and show data only how it is defined in “Templates” module. You can add extra data with these shortcodes: https://booster.io/category/shortcodes/orders-shortcodes/. So by default the data that is shown is: invoice number, date, order number, company name, adress, billing adress, items (their names, quantities, prices), total price, taxes, order total and payment method. If any of these is missing, you can add that either manually or restoring invoice template to default (at the bottom of the page).
2. Can you check that there are country groups generated (or created manually) in “Prices and Currencies by Country” module? There should be groups for every currency and country where you want to sell.
3. After changing the template (including data in it) newly opened invoices will be generated again with all the data that is requested, even if it was not in the template before.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Booster for WooCommerce] Admin Orders List Module Options -> DefaultHi @darkallman,
Could you explain in more detail how did you hide the woocommerce filter, which recycle bin is missing and if the issue is related to the one above. Thank you.
- This reply was modified 6 years, 4 months ago by Jan Dembowski.