Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Modifying “No product found” text in search resultYou can also use a translation plugin, such as Loco Translate. Using that, you can “translate” specific text in your site (that is coming from plugins) to any other text you like. You can find a step-by-step guide on how to do that right here.
Forum: Plugins
In reply to: [WooCommerce] Shipping zones not showing (Backbone is not defined)Hey @alexis888
Just to make sure I understand this correctly — when you switch back to a default theme, and WooCommerce is the only plugin active, you still see the error message about Backbone?
Forum: Plugins
In reply to: [WooCommerce] Custom productHey @martijnschuman
Although you can select any product’s additional features by using WooCommerce’s built-in attributes, I believe what you’re looking for is an easier way to enter/edit your products in your store.
For example, when you add a computer, you’d like to see that it has various custom fields (brand, CPU, memory, etc.) that you can easily enter.
When you add a printer, you’d like different fields to appear that you can select (brand, size, color, etc.)If that’s the case, and coding it yourself is not an option, you might want to look into using plugins for custom post types and custom fields. Two very popular ones are these:
Custom Post Type UI: https://wordpress.org/plugins/custom-post-type-ui/
Advanced Custom Fields: https://wordpress.org/plugins/advanced-custom-fields/There’s many more available than just these two, so I’d recommend to check what’s out there.
Forum: Plugins
In reply to: [WooCommerce] Marketing (coupons) tab not showingHey @hdebruyne
I’ve checked this on a few of my test sites, but having WooCommerce Admin installed does not remove the menu items for me.
Are you seeing the same issue when all plugins are deactivated and WooCommerce and WooCommerce Admin are the only two plugins active?
I’m not sure how the Admin Menu Editor plugin works exactly, but it’s possible that you’ve made some changes in there that have an impact (and that made changes to your database, so even when the plugin is deactivated, those changes might still be happening).
Also note that you might not need WooCommerce Admin as such, since a lot of its features are now integrated in WooCommerce itself.
Forum: Plugins
In reply to: [WooCommerce] Change text acceptance of terms and conditionsHeu @uvasbailen
If you’re trying to change (part of) the text “He leído y estoy de acuerdo con los términos y condiciones de la web” into something else, we generally suggest using a translation plugin, such as Loco Translate. Using that, you can “translate” specific text in your site (that is coming from plugins) to any other text you like. You can find a step-by-step guide on how to do that right here.
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce] Unable to add media when editing with visual editorHey @fiona86
Does this issue happen when WooCommerce is the only plugin that’s active (and then doesn’t happen when WooCommerce is deactivated)?
Hey @mrfmttm
To have the billing details on a separate page, would also require some additional customization.
By default, they will only appear on the checkout page, and within the My Account section, so to have it elsewhere as well, you’ll need to create a new page for that and include the billing address template (from /wp-content/plugins/woocommerce/templates/myaccount/form-edit-address.php ).
Forum: Plugins
In reply to: [WooCommerce] New woocommerce siteGood to hear! I’ll mark this thread as resolved, but if you run into any other issues, please don’t hesitate to post a new question. 🙂
- This reply was modified 5 years, 4 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] Product Listing ErrorHey @jmnabil
Can you confirm that the problems are still there when your site is on a default theme (such as Storefront or TwentyTwenty) and all plugins (except WooCommerce) are deactivated?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Lost your password issue (endpoints not working)Can you temporarily switch to a default theme (such as Storefront or TwentyTwenty) and tell us if things work as expected then, or if the same problem is still occurring?
Forum: Plugins
In reply to: [WooCommerce] Invalid recurring shipping method.Hey @tanusree1984
This appears to be related to the Subscriptions plugin. It looks like you are on an older version (3.0.7), so it’s best to first make sure that it’s updated to it’s latest version (3.0.11).
If, after updating, you still see the problem, make sure all other plugins are updated as well.
Forum: Plugins
In reply to: [WooCommerce] New woocommerce siteHey @drvapejuice
It looks like you haven’t published this page yet — it is currently still in Draft mode.
Once you Publish it, you will be able to select it as the Shop page.
Hey @karamveer
It’s basically up to the payment gateway to send the customer to the right page after a payment succeeds or fails, so I’d recommend reaching out to the gateway/plugin’s own support team. They will be the best people to help you with this.
Forum: Plugins
In reply to: [WooCommerce] Coupons ?Hey @trialrider
If you do not see the Coupons option under Marketing, it’s possible that coupons are not enabled yet on your site. Can you go to WooCommerce → Settings and make sure that the option “Enable the use of coupon codes” is enabled?
Forum: Plugins
In reply to: [WooCommerce] New woocommerce siteHey @drvapejuice
Did you create a page called “Shop” yet? If not, go to the Pages option in your menu and you can create it there.