ulihake
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Backorder labelHi alemarengo84.
As a badge this may enter into conflicts and I don’t feel that this is an implementation that will suite most users. The “on sale” and the “available on backorder” are not really compatible. The same goes for the free badge label. Additionally: That a product is available on backorder can not be announced (badged) like with “Free” or “On sale!”. In nearly every language this is a “design breaking”, long phrase consisting of several words.
If there’s more demand for it, I may think about offering a more versatile implementation but right now you will have to live with the offered solution.
Regards.
uhPlease test the new version. It includes the captured data for custom billing and shipping fields on the My-account page.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Backorder labelHello alemarengo84.
The next update will include basic support for this. You can specify a backorder label and display the backorder label on the shop page if the product is available on backorder.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] New billing field not in tableHi bonami.
This is an example. You have to adapt it to your needs. If you place the very same code inside your css it won’t change font nor font-size. The code itself is tested and should change the presentation presenting it differently on the order-receipt page (not the email).
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] New billing field not in tableShould be. You can try to add this at the end of you style.css of your theme, to test if it works. You can also try !important to assure that there are no other style instructions that override the desired presentation:
.billing_data dl { width: 100% !important; } .billing_data dt, .billing_data dd { display: inline-block !important; width: 50% !important; }
Please empty caches as well.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Checkout fieldsets in codeHi jkettles16.
Sorry for the delay. I will reply this afternoon in the forum. I’ve been busy over the last two weeks.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] New billing field not in tableAn update: For the order-received page you can add css via your style sheet.
Example code:.billing_data dl { width: 100%; } .billing_data dt, .billing_data dd { display: inline-block; width: 50%; }
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Backorder labelI will close this now. You can still answer, I will receive a notification.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] New billing field not in tableHi bonami.
Styling of emails is problematic because the styles have to set on the tag using the style attribute to assure that the desired style shows up correctly in emails. I will have to provide configuration settings for styling to allow you to set the styles as this cannot be implemented via style sheets. I will provide a solution for this in one of the next updates.
Regards.
uhHi Lars.Lemming.
Thanks for you feedback. I will reply within some days. Right now just a short info: this is on my toDo-List, but for the Rich Guy.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Minimum quantityAn update on this. If you update your cart changing quantities for different items you will see that the message updates correctly. Nevertheless it should disappear when everything’s correct. I believe that’s the problem. I will clean up the message cue to avoid outdated messages from displaying.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Minimum quantityHi everbluellc.
I tested this now, sorry for the delay. I cannot find any errors with the functionality. Please check your configuration for these two settings:
Minimum cart items and
Minimum global cart quantityunder Cart Settings. The second setting won’t be necessary in most cases.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] New billing field not in tableHi bonami.
Where do you want the information? These are custom fields for the whole basket, not for the order item table. If you want to personalize order items you have to use the Rich Guy of the plugin.
If the custom fields are expanding the address information and you need to expand or change the shipping or billing address, I will work on that to offer more flexibility.
Regards.
uhForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Backorder labelHi alemanrengo84.
WooCommerce includes notifications for this. Do you want to be able to override these definitions, like “Available on backorder”? Or do you want to define special cart button labels?
Regards.
uhHi Marcelo.
No, there’s no way to do that. The data has to be stored in context. For billing and shipping fields the default context is the customer’s user meta data. It will be always stored there. Custom field data for billing and shipping will be stored in the order meta as well, if you don’t restrict to user meta using the checkbox. In fact, the column header indicates this with a help text if you place the cursor over the column header.
Regards.
uh