pscrignoli
Forum Replies Created
-
Sorry. Didnt see your post. Fixed it.
Thank you.
For others who didnt see:/wp-content/plugins/woocommerce-product-stock-alert/classes
File: class-woo-product-stock-alert-admin.php
Change line 231 to
if( is_object($product_obj) && $product_obj->is_type(‘variable’) ) {
Thank You Soft. It worked.
I have a similar error. When I add only products via URL it works.
But when I add &apply_coupon=promo on URL it adds coupon, but dont’t add products anymore.http://demo.agenciasuperit.com.br/carrinho/?add-to-cart=34
http://demo.agenciasuperit.com.br/carrinho/?add-to-cart=34&apply_coupon=promoPosting here because seems to be the same error.
Forum: Plugins
In reply to: [Calculated Fields Form] HTML fieldForum: Plugins
In reply to: [Calculated Fields Form] HTML fieldI’ll try again later.
One last question: How can I copy DIV field from field builder? I have a big DIV that I need to repeat 20 times. Is that possible?Thank you again.
Forum: Plugins
In reply to: [Calculated Fields Form] HTML fieldNot working 🙁
Forum: Plugins
In reply to: [Calculated Fields Form] HTML fieldThank you for fast response. But could you give me an example?
Ex: htmlfield1 + htmlfield2
Forum: Plugins
In reply to: [Contact Form DB] Man Function – RoundMichael, thanks for response.
I use this: [cfdb-value form=”Cotação” show=”produto-1″ function=”mean”][/cfdb-value]
and
this: [cfdb-table form=”Cotação” trans=”Averagefield(produto-1)”]Both works fine for me.
But i couldn’t round any of them. Could you help me?