superkot
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove / Hide WooCommerce Product IDYou can remove it by editing the template or hide with CSS.
Forum: Plugins
In reply to: [WooCommerce] Add to Cart = 10 seconds?During the first visit, none of your shop pages is loading quickly. Try switching the theme, disabling all plugins except Woo.
What is $order_id?
Forum: Plugins
In reply to: [WooCommerce] Error 404 – possible permalink issue?Try https://www.aisteel.us/wp-admin/admin.php?page=wc-settings&tab=checkout
and specify Cart page as /cart
Forum: Plugins
In reply to: [WooCommerce] E-mail templates: sending non-existant templateHi,
The possibility is that you could not find the contents of the email in the template, because the templates usually have text fields in English.To keep track on outgoing emails you may want to install the WP Mail Logging plugin.
Ignore what Woocommerce shows you on the settings page and navigate manually to the template file and check its contents.
Forum: Plugins
In reply to: [WooCommerce] How to show price after choosing variation?You can simply hit it with display:none, cant you?
Forum: Plugins
In reply to: [WooCommerce] Change “Product” to something elseYou can do this with function (add_filter), although I cant point you which ones you need, so unless someone else does, you need to find it out by yourself, you can do this by editing Woo template files or you can do it with editing language files (Loco Translate). The plugin is completely harmless, it only works when you access it (it is a plugin for editing files), and does not slow down your site a bit. You can even delete it after making your edits and the changes are going to stay. *Until the next update overwrites them.
Forum: Plugins
In reply to: [WooCommerce] How to show price after choosing variation?Yes, if you need the empty block not to pop up, that can surely be achieved with CSS.
Forum: Plugins
In reply to: [WooCommerce] Change “Product” to something elseThe easiest and most safe way to do that is to install the Loco Translate free plugin, which allows to edit language files, then search & replace whatever you need.
Forum: Plugins
In reply to: [WooCommerce] New Order Emails Not SendingDo you use any plugin for sending mail via SMTP? If not, try one or maybe even a few.
Forum: Plugins
In reply to: [WooCommerce] How to show price after choosing variation?Hi,
That must be an error in your template. The price is being displayed above that, and the div that pops up has no content, so css cant help you. You need to edit your template and add php code to display the price there.Forum: Plugins
In reply to: [WooCommerce] Change “Product” to something elseHi,
You can define that in the WordPress Settings / Permalinks settings tab.( yoursite.com/wp-admin/options-permalink.php )
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Tags Not WorkingTry switching to default theme (like twenty-sixteen or storefront). If things work well, then it is an error in the template you are using.
Forum: Plugins
In reply to: [WooCommerce] Can’t translate “Shipping” in Cart and CheckoutDid you select the theme as subject for translation?
Forum: Plugins
In reply to: [WooCommerce] PHP Time Limit = 0 ! why?Hi,
0 means unlimited. If things work well, what exactly do you want to “resolve”?
Anyway, if you need this changed, best thing is to contact your hosting provider support, options for you to change it yourself might or might not be available depending on their policy.