Sekander Badsha
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Enable Tax and Tax CalculationsHello themodernbee,
You have to enable tax feature from wp-admin → WooCommerce → Settings → General. See the screenshot https://prntscr.com/cjw2em
Then a new tab named “Tax” will appear and from there you can configure tax settings.
Forum: Plugins
In reply to: [WooCommerce] Featured Image PathHello flutscherino,
I guess you’re complicating things instead of making them easy. WordPress and WooCommerce have very simple interface to create posts and products and upload the featured image.
You can follow this video tutorial to know how to upload the featured image from the graphical interface (without touching the database) https://docs.woocommerce.com/document/woocommerce-101-video-series/#section-4I am saying this because you may scramble up the database by accessing it from a different application.
If you still want to customize the image upload path, then here is something you can have a look at https://stackoverflow.com/a/24959379
Forum: Plugins
In reply to: [WooCommerce] Show Tax on website but Exclude it from mailingsThe settings do not allow that much modification from the graphical interface. You can change only sending address and subject from wp-admin → WooCommerce → Settings → Email.
There is a button to copy the template to your theme and edit. But the tax information has to be removed by custom code override.
Forum: Plugins
In reply to: [WooCommerce] Paypal not processing correct shipping and sales taxHello @hackworth,
Please note that the information is scrambling upon PayPal login. That means you are on PayPal’s site. So it does not have anything to do with WooCommerce as far I understand.
Can you please contact PayPal support about “losing the data upon login or reload”?
Please do not forget to mention their reply here ??
Forum: Plugins
In reply to: [WooCommerce] Limit with variationsHello @maof-design,
Can you please double check you have added stock quantity for the variation you have selected?
A screenshot might clear up more information ??
Forum: Plugins
In reply to: [WooCommerce] Show Tax on website but Exclude it from mailingsHello @hshila,
You can customize the email templates from the plugin source. There are also some plugins available on various marketplaces.
But I would suggest you to hire a developer to customize the plugin for you.
Please let me know if you are cool with PHP, I will find the file location for you ??
Hello @smash-on,
The feature you are looking for is called, “cross sales” and “up sales”. WooCommerce has this feature built in. Please read this doc to know how can you use it https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
Please feel free to mention if you need more detailed information ??
Forum: Plugins
In reply to: [WooCommerce] TypeError: g is undefined on /shop/checkout/order-received pageHello @rickyspires,
I have some questions to be clear about why is this happening.
1. Did you customize any code?
2. Is your browser up to date?
3. Are you getting these on your console or on the page? Please provide a screenshot.Forum: Plugins
In reply to: [WooCommerce] Product catagories disappearedAre you sure that the backup had all the data intact?
You can check on your localhost to double check.How much products do you have on your site right now?
Forum: Plugins
In reply to: [WooCommerce] Filter free shippingWhat you are trying to do is a built in feature of WooCommerce. Please navigate to wp-admin → WooCommerce → Settings → Shipping → Free Shipping
You can set $50 threshold from there. The free shipping option will definitely have a class, you can style that portion using that.
For more details, you can read this doc https://docs.woothemes.com/document/free-shipping/Forum: Plugins
In reply to: [WooCommerce] Filter free shippingHello tmacka88,
I am not clear about your issue. Can you please provide a screenshot of what you are trying to achieve?
Forum: Plugins
In reply to: [WooCommerce] Disable Autocorrect / Autocomplete on Mobile in Product SearchVenya,
If you are a developer, then you can follow this post to remove the autocorrect support from the input field https://davidwalsh.name/disable-autocorrect
Forum: Plugins
In reply to: [WooCommerce] change cart to bagHello Hemingwayscatboutique,
You can use the language file to override the text. You can check the translation documentation here https://docs.woothemes.com/document/woocommerce-localization/
If you are using English (US) on your site, then just create a translation file for the same language and change the text in the translation.
Else you can use PHP str_replace() function.
Forum: Plugins
In reply to: [Easy Digital Downloads - External Products] target blankHello Flowdee,
Open edd-external-products.php and go to line number 211.
Replace the line with
'<a class="%1$s" target="_blank" href="%2$s">%3$s</a>',
and hit save.Now the button links will open in a new tab.
Forum: Plugins
In reply to: [WooCommerce] Currency symbol is not showingI have checked your site with Chrome, Firefox and Safari. The rupee symbol is working fine in all the browsers.