Brunounours
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] How to 10:30 am or 4:00 pm daily expiry timeHi James, thanks for the useful informations and the quick answer.
The function I need to realise is for shop owners to set up a time frame where the product will be available.
For example: shop owners will be selling food. A shop owner must be able to decide that a dish be available on 5/5/2016 in between 7 and 9 pm.
I need User to be able to purchase the dish only before 5/5/2016 at 9pm.After 9pm the dish shouldn’t display as it wouldn’t be available anymore.
The best way I could think of to do that is to force the stock to 0 after a cerain “end date and time” that the shop owner would enter when adding a product.
Do you think this function can be done using your pluggin? If not do you have any clues on how I can solve this problem?
Thank you
Bruno
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] How to 10:30 am or 4:00 pm daily expiry timeHi James, Could you please explain a little bit more:
You can set a specific expiration time for a product by adding a custom post meta item with the name of ‘csr_expire_time’ and the value
I am using Makery theme and would really need shop owners to be able to add an expiration date when they upload a product.
I am not really good with codes but I can copy/paste lines into it. (would just need to know what to Copy/paste and where.)
I have been struggling on this problem for a while and your pluggin seems to be the solution. I would just need to understand how to make it work in my case.
Thank you very much.
Bruno
Forum: Themes and Templates
In reply to: Highlight Google form pluggin required fieldStill stuck, Anyone has any clue? Thanks.
Forum: Themes and Templates
In reply to: Highlight Google form pluggin required fieldHi, thanks for your answer.
I do already have the field required since the message: “this is a field required” Appear when it is needed. (must be codded through the plugin)
I want to have this message appearing in red.
When I inspect the element of the text I want in red :
<label id=”entry.1129847272-error” class=”error-message” for=”entry.1129847272″>This field is required.</label>
I want to change “entry.1129847272-error” in red
I tried in custom CSS:
#entry.1129847272-error{ color: red; }
But it doesn’t work because of the “.”
Any idea how to solve this?
Thanks