wmacmill
Forum Replies Created
-
Awesome thanks!
Added manually on the back end. The admin email is being sent but the user welcome one for whatever reason isn’t sending.
I actually just found the exact same thing. It’s happening on your jobify demo sites as well (the blue one has regions enabled – reset doesn’t work, the green one doesn’t have regions enabled & the reset works fine).
Forum: Plugins
In reply to: [Contact Listing for WP Job Manager] Conflict with WC Paid ListingsJobify
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Adding Woocommerce Product MetaThere are more than 1 price in woocommerce I believe. _regular_price is what it says & I believe there is a _sale_price as well. _price is the price that’s being used for the product (would be set to equal one or the other). I think that’s how it works if I remember correctly. In terms of finding the meta names they’re not readily available really – I found most of them using other plugins that modify the meta so I don’t have a good answer for that unfortunately.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Adding Woocommerce Product MetaFor price you need to use a custom field and _regular_price for the custom field name. Also you need _price as well as a custom field.