Bibhash karn
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] Show Discount for sale products in PDF InvoicingHi,
With the help of above provided link, we have used below shortcode in our template:
[wcj_order_items_table table_class="pdf_invoice_items_table" columns="item_number|item_name|item_quantity|product_regular_price|product_sale_price|line_subtotal_tax_incl" columns_titles="#|Product Name|Qty|Rate|Sale Price|Amount" columns_styles="width:5%;|width:35%;|width:8%;text-align:right;|width:16%;text-align:right;|width:16%;text-align:right;|width:20%;text-align:right;"]
Now we want to hide Sale Price column if the value is zero or the product is not on sale. So can you please guide us how to do so.
Thank You,
Bibhash KarnForum: Plugins
In reply to: [Booster for WooCommerce] Show Discount for sale products in PDF InvoicingHi,
Thank you for your reply.
Sorry to know that currently there is no shortcode to display product discount total. Hoping this feature in future version.
Thank You for link for displaying regular and sale price.
Thank You.
Hello RonyP,
Thank you for your response.
The code
if ('yes' === $atts['hide_if_zero'] && (float)0 === $raw_price)
worked perfectly for us. Great plugin and thanks a lot for your kind support.The edited shortcode didn’t worked for us. Thought the provided code worked perfectly for us.
File name was “class-wcj-orders-shortcodes.php” instead of “class-wcj-shortcodes-orders.php”
Thank you once again,
Bibhash KarnHello RonyP,
Thank you for your response.
The issue is to Hide the label “Discount” if discount is not allowed or not provided to the customer. The latest version shows the discount column even if the Discount is not provided to the customer.
For Eg: Discount: -Rs 00.00 is shown in the latest updates of the plugin in the generated invoice but up to Version 5.5.9 this label “Discount” was not shown as the price was set to zero or there was no discount. We want to show this label only when the “Discount” is provided to the customer.
Please let us know if any further information is required.
Thank You,
Bibhash KarnForum: Plugins
In reply to: [Booster for WooCommerce] Order number changes after modyfying orderHi, @ronyp
Thank you and the team for the updated version with the bug fix.
Thank you and best regards.
Bibhash Karn
Forum: Plugins
In reply to: [Booster for WooCommerce] Order number changes after modyfying orderHi,
We too have same issue as mentioned above. This issue is seen after updating the plugin to the latest version.
The order number is changed (increased) after changing the product’s status.
Hoping for the solution.
Thank you and best regards.
Bibhash Karn
Hi,
Thank you for the response. Hoping for the updates of plugin file soon.
Thank you and best regards.
Hello,
Thank you for the response.
Happy to know that it will be in next update.
It’s true, We see there is no option at the available plugin but we want to know if there is any option via which we can do it by our self. May be via css or PHP that can support 768 screen. Hoping for your guide in this manner.
Thank you and best regards.
Hello,
We were able to sort out the issue.
Thank you and best regards.
Hi,
Any response on above issue. Hoping for the solution.
Thank you and best regards.
Hello,
Thank you for the response.
We fixed the above issue (Issue at child theme) but now there is something error from WordPress as “jquery.js?ver=1.12.4-wp:2 Uncaught RangeError: Maximum call stack size exceeded
at String.replace (<anonymous>)
at Function.camelCase (jquery.js?ver=1.12.4-wp:2)
at Function.css (jquery.js?ver=1.12.4-wp:3)
at Object.get (jquery.js?ver=1.12.4-wp:4)
at init.cur (jquery.js?ver=1.12.4-wp:4)
at new init (jquery.js?ver=1.12.4-wp:4)
at Function.fb [as Tween] (jquery.js?ver=1.12.4-wp:4)
at Object.createTween (jquery.js?ver=1.12.4-wp:4)
at Object.n.Animation.n.extend.tweeners.* (jquery.js?ver=1.12.4-wp:4)
at mb (jquery.js?ver=1.12.4-wp:4)”(https://overwatchsecurity.tech/wp-includes/js/jquery/jquery.js)
at error console.
I have tried to sort out WordPress issue by reinstalling WordPress once again via forced updates. Even-though of this, the issue is not solved. Above error occurs only on Table and Mobile Mode.
Thank you and best regards.
Hello,
Thank you for the response.
Actually the website is protected via username and password as it is under development. Though for instance I have removed the authorization. Below is the website link.
https://overwatchsecurity.tech/test/
Thank you and best regards.
- This reply was modified 4 years, 10 months ago by Bibhash karn.