sreejan1508
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change VAT text in InvoiceHello
You have given 3 solution but unfortunately those wont do.- The first solution talks about removing the VAT/tax labels portion altogether from the invoice. I only want to rename VAT to GST
- The second solution from Stackoverflow shows how to rename the words on Cart and checkout page , not on the invoice
- The third one is an unmaintained – unupdated plugin. And I dont want to use a plugin (or pay for one) for such a simple function which can be fixed with few lines of cod.
So please give me the proper code snippet so that I can make the changes in my invoice.
- This reply was modified 1 year, 3 months ago by sreejan1508.
Forum: Plugins
In reply to: [WooCommerce] Change VAT text in InvoiceHello
I am not using any additional plugins to calculate taxes or generate your invoices
System Status link: https://pastebin.com/R49i9FkU
Tax Settings Image:
Standard ratesApart from this, I am using this code to change the wording on the checkout page from VAT to GST. Not sure if its connected to invoice:
<?php
add_filter( ‘woocommerce_cart_totals_order_total_html’, ‘woo_rename_tax_inc_cart’, 10, 1 );
function woo_rename_tax_inc_cart( $value ) {
$value = str_ireplace( ‘VAT’, ‘GST’, $value );
return $value;
}- This reply was modified 1 year, 4 months ago by sreejan1508.
Forum: Plugins
In reply to: [WooCommerce] Change VAT text in InvoiceHello
I tried it and its already set as GST – then why in the invoice its coming as VAT? Infact VAT is not mentioned anywhere in the settings
If it helps, My tax totals are displayed as A single Total
So how can I solve this?
I understand that it is not the purpose of your plugin. But the error in calculation of total price is due to your plugin (as per Woocommerce developers)
Before taking this issue up with you, I contacted Woocommerce and this is what they said
They have clearly mentioend it appears that the culprit is with the?
Variation Swatches for WooCommerce: by Emran Ahmed – 2.0.24
?pluginI tried it.
The icon of the first point is still not alignedHere are two snapshots
Hello
I did as you mentioned but still its not fixed.
Hello
Yes it happens on variable product’s page itself. Here is the secret link
Example link of product with variations
Forum: Plugins
In reply to: [Nextend Social Login and Register] FB Profile Image Not ShowingJust to clarify: when you say avatars , it means the FB profile pictures of the customers right (those who are using FB to login)
So I am not able to understand how WordPress default avatars/custom avatar system are related to the FB login popup?To add to the above message, I have also tried, on the recommendation of the hosting:
Disabled CDN
Modified .htaccess file:
php_value upload_max_filesize 4096M
php_value post_max_size 4096M
php_value memory_limit 4096M
php_value max_execution_time 600
php_value max_input_time 600Added this is in the wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ‘4096M’);Still the import is not working
Thing to note: I dont get the error after trying to import the file. Infact as soon as I go to the import reviews page, I get that error. How is that possible?Hello
I tried the workaround by using the Health Check & Troubleshooting plugin method
But still I am getting the exact same error whenever I go to the Import page of the plugin
Thanks for your replied
I have raised the ticket
Plugin version 1.4.7
Sceenshots:General Screenshot
Usage Restriction:
Checkout Options:
Usage Limits and Giveaway Products sections I have left untouchedURL: https://awe.hair/
There are lots of issues.
- Even though in settings, I have kept: “Apply coupon automatically, ” The coupon is not applied automatically to the checkout page. It gets applied automatically only when I refresh the checkout page once.
- The coupon is set to apply only on prepaid payment method. But when I switch from prepaid to cash on delivery, the coupon applied successfully box still remains active. Here is the snapshot.
As you can see in the snapshot, even though the cash on delivery option is selected, the coupon applied successfully box Still remains active.
- If Again, you switch back to prepaid payment method, the coupon applied successfully box is still active even though the coupon is not applied
- Now, if I add the coupon manually, then it will show me both the messages simultaneously. Here is the snapshot
Yes this will be very cool because the current way in which the coupon is displayed is not looking very good.
Requesting the support to guide on this.
Forum: Plugins
In reply to: [Booster for WooCommerce] Currency symbol not showing in invoiceHello @gravid7
Thanks I checked and did as you mentioned. But still getting the same error.
Fonts updated Snapshot
- This reply was modified 1 year, 5 months ago by sreejan1508.
Forum: Plugins
In reply to: [Booster for WooCommerce] Currency symbol not showing in invoiceHello
Can anyone please help me with this?