KriesiMedia / enfold-library

Enfold WordPress Theme Code Snippet Library
82 stars 68 forks source link

Problem with calculating prices. #20

Closed KonRafal93 closed 1 year ago

KonRafal93 commented 3 years ago

Hi. i've got a problem with enfold-library/compat/dokan/products/new-product.php file There is a problem that i don't know how to fix:

I'm not sure why but this line doesn't seem to calculate a price of product for me.

                                            <span class="vendor-earning">( <?php _e( ' You Earn : ', 'dokan-lite' ) ?><?php echo get_woocommerce_currency_symbol() ?><span class="vendor-price">0.00</span> )</span>
                                            <div class="dokan-input-group">

I have a question, is it possible to add stock quantity manage to new-product.php file? When i'm trying to copy-paste inventory from new-product-single.php it doesn't work for me. Seems like it's only connected with editing page of a product and i don't know how to modify that to adding product page. Here's what i tried: new-product.zip

Any help would be greatly appreciated!