Home Forums WC Vendors Free Support multi currency issue (wpml)

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #66088
    jafar jafarian
    Participant

    hi
    i test WCVendors free and it’s very good because the vendor can access all of the product fields that used in woocommerce. like the multi-currency option for wpml. but in WCVendor Pro in product add/edit page it doesn’t have this option and vendor just add single currency price.
    i want but BuddyPress marketplace and WC vendor pro, but this option is very important to me.
    how to set price in other currency with wpml option?can i add this feature?

    #66132
    Anna
    Member

    @jafar007
    At this time, our front-end forms for Pro do not allow multiple languages or multiple currencies. They can be changed to one other language- but the front-end forms do not support many languages or currencies.
    You could check with a developer at codeable.io https://codeable.io to see if they could assist you with custom developing this option for your site.

    #66313
    jafar jafarian
    Participant

    i can show second price that with wpml created, in product add/edit page with this code:

    <?php 
    WCVendors_Pro_Form_Helper::input( array(  
    	'type'      => 'text',
    	'post_id'			=> $object_id, 
    	'id' 				=> '_price_IRT', 
    	'label' 			=> __( '_price_IRT', 'wcvendors-pro' ), 
    	'placeholder' 		=> __( '_price_IRT', 'wcvendors-pro' ), 
    	'desc_tip' 			=> 'true', 
    	'description' 		=> __( 'The product _price_IRT', 'wcvendors-pro' ), 
    ) );
    ?>

    but when change the value of this field and click on save change button the second currency don’t change and after page refresh value don’t be change .
    but i when the add new custom field it completely works and change and save value.
    how to save this second currency field?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘WC Vendors Free Support’ is closed to new topics and replies.