curiositykillsthecat
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Is there a way to make WC treat products with no price as $0?Problem solved.
I forced the ‘is_purchasable’ to be always true, that will ignore the fact that product has no price.
Forum: Plugins
In reply to: [WooCommerce] Is there a way to make WC treat products with no price as $0?I realised there is a typo, proper sentence should be:
Is there a way to make WC treat products without regular price and sale price as $0?
Reason for wanting so is that these products are not for sale, but I need the cart to be able to accept them. Cart does not accept non-priced products, but accept “0”. There are too many products for me to bulk re-value the non-priced to be something else.
Ahh, nevermind, found my answer here:
https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/invoice-numbers-explained/Thank you, Ewout.
Ahh… It was caused by my template, sorry about that.
In any case, where can I get the old 1.5? I think it’s still best that I keep a copy just in case.
Answering my own question:
taxonomies=product_tag:143
Forum: Plugins
In reply to: [Contact Form 7] Is it possible to have text field inside radio box option?Is there an example of how free_text is used?Nevermind, I figured it out. I just have to add free_text inside the [ ].
- This reply was modified 8 years ago by curiositykillsthecat.
Thanks for the solution.
Is there any way to prevent AMP to seeing my Private pages in next/previous buttons?
Hi,
As it is for internal company usage, in the end, all we need are name, telephone and email of the person reserving the book.
Bug report: plugin provides templates, but templates doesn’t overwrite the plugin.
Forum: Plugins
In reply to: [Book a Room Event Calendar] Problems with Registration and CalendarResolved.
Forum: Plugins
In reply to: [Book a Room Event Calendar] Problems with Registration and CalendarWhat is the proper way to let front-end users to reserve room?
Forum: Plugins
In reply to: [Book a Room Event Calendar] Problems with Registration and CalendarScreenshot of the calendar: https://i64.tinypic.com/2hyj87b.jpg
There are three events on 1 September, but not showing on the calendar.
Also, just realised that both the “Search Registrations” in the backend, and the “Perform an advanced search.” in the frontend can’t find the events I registered through the backend.
Forum: Plugins
In reply to: [Book a Room] I have problem with the timeHahaha, I was already off duty by the time your reply came. Thanks for your speedy reply though.
I just updated and tested, the time works now. In addition, it seems that time without the leading 0 works as well now. Thanks for the quick fix.
While I was testing if I could overlap booking based on same room, same time scenario, I noticed something, it’s nothing major but you may want to take a look:
Step 1:
Set second event that will overlap the first.Expected response:
Plugin warns.Step 2:
Move the second event to another room (by using the dropdown menu).Unexpected response:
Plugin instantly saves the changes without waiting for user to click ‘save’.Forum: Plugins
In reply to: [Email Before Download] "Object Moved" errorHi, sorry, was advised by someone I know personally that actually I don’t need this plugin for the purpose I’m using it for. And he was right.
Forum: Plugins
In reply to: [Post Types Order] I don't want it to touch WooCommerce productsThanks, I fixed it with the second way you mentioned. I tried the first way first, but it didn’t work for some reason.