Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Filter products by “custom attribute”The product filter ONLY shows global attributes. That’s expected behaviour.
If you want to be able to filter by a specific attribute, you MUST make sure that it is a global attribute.
Forum: Plugins
In reply to: [WooCommerce] Product Im-Ex – DAte updateWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Downloadable function WoocommerceWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] woocommerce export/importSince the field you’re trying to add content to doesn’t exist natively within WooCommerce, it makes sense that the import/export feature wouldn’t account for it
It sounds like what you’re dealing with here is a uniquely WCFM issue.
I’d recommend reaching out to them here – https://wordpress.org/support/plugin/wc-frontend-manager/
Forum: Plugins
In reply to: [WooCommerce] Remaining value of coupon codesYou’re welcome @stefanpeeters,
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] SOLICITAR CIF NIF Y QUE APAREZCA EN FACTURAHello
I have used this tutorial https://ayudawp.com/como-anadir-el-cifnif-en-woocommerce/ to include the CIF / NIF in the data requested from the customer when ordering, but I cannot get it to appear on the invoice that is printed with Booster PDF BillingI appreciate your help as well as other alternatives so that the CIF is included both in the fields to be completed by the client when ordering and in the invoice.
Thank you
You’re going to want to take this up with the developers of the Booster plugin.
You can reach them for support here – https://wordpress.org/support/plugin/woocommerce-jetpack/
This is because you’re not following the directions provided for creating attributes.
When you separate attributes with a new line (i.e by pressing the enter key), you’re only creating one attributes and stylising its appearance.
You’re supposed to use the
|character to separate attributes.
Full Size: https://d.pr/i/Tgmm9fForum: Plugins
In reply to: [WooCommerce] Word Press + multi-purpose WooCommerce Plug-in intgrationHi @hanymesalib,
You’re probably better off working with the REST API. You can learn more about it here – https://docs.woocommerce.com/document/woocommerce-rest-api/
Forum: Plugins
In reply to: [WooCommerce] Coupons that apply to a segment of customersHi @shakazulu1,
segment my clients with a custom field
You can use the AutomateWoo extension to achieve this.
create coupons that apply only to certain segments of customers
If this is a follow-on from 1 above, it isn’t feasible. Coupons can be restricted to specific users based on their email addresses. There’s no way for coupons to be restricted based on some custom field. Certainly not without you having to write the code yourself.
However, you can use AutomateWoo to change the customer’s user role based on the contents of the custom field above.
You’ll need to have set up custom user roles using this plugin – https://wordpress.org/plugins/user-role-editor/.
You can then use the Smart Coupons extension to generate coupons that are restricted to customers with the required user role as discussed here – https://docs.woocommerce.com/document/smart-coupons/how-to-restrict-coupon-by-user-roles/
Forum: Plugins
In reply to: [WooCommerce] Redirect after login!You can also look at this plugin – https://wordpress.org/plugins/woo-login-redirect/
I’m going to mark this thread as resolved now.
Hi @zer0sn0t,
A customer should be able to change their email address for all sorts of legitimate reasons if they have the password to the account.
The customer also receives an email to let them know that the email address on their account was changed including what address it was changed to and they’re asked to contact the site admin if they didn’t authorise the change.
If you want to prevent customers from doing so, you can implement custom code on your end.
This tutorial on how to stop customers from changing addresses is a great starting point – https://www.skyverge.com/blog/stop-woocommerce-customers-editing-addresses/
Forum: Plugins
In reply to: [WooCommerce] Add custom sequential field to WooCommerce orderHi @arfanmohammad,
You’re going to need to build such a plugin yourself or speak to a developer so that they can build it for you.
If you don’t have a go-to developer, we highly recommend contacting one of the services on our customizations page: https://woocommerce.com/customizations/.
Forum: Plugins
In reply to: [WooCommerce] Replace Shop Page with BlocksHi @mattgoddard,
Any page designated as the Shop Page in WooCommerce → Settings → Products will have your products injected into it.
You can hide the content you don’t want to see via CSS.
This CSS snippet should help remove the content at the bottom of the page
div#wc-column-container { display: none; }It’ll leave the bottom of the shop page looking like this:
Full Size: https://d.pr/i/mJJSDLForum: Plugins
In reply to: [WooCommerce] Downloadable function WoocommerceYou’d do that by manually adding only one variation and setting the option set to “Any …” as discussed here – https://docs.woocommerce.com/document/variable-product/#section-4
This way, the download would apply regardless of what option was selected.
Hi @nonick80,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.