Route formidable form to your input fields
-
Hello. Wondering if it is possible to route form data via formidablepro, gravity or Ninja forms. I’m using formidable and creating products and routing things like SKU, vendors,etc. was hoping I could route data to your fields
-
?
Hello rubymusic.
I am sorry for the delay.
I have assigned this to one of our developers to have a look at. I don’t recall any of our customers asking anything like this before and I am not sure if what you are asking is possible. I should have an answer for you shortly.
Kind regards,
JohnHello rubymusic.
Thank you for your patience.
It’s really just a matter of using the same meta key when storing form data from formidable. If you are able to store the SKU entered in formidable as _sku in the postmeta table, then WP-Lister for eBay should be able to use it.
We would need to look at your setup first since we have never used formidable before.
Kind regards,
JohnIs there a list of all your meta fields used? Trying to have formidable send all the relavant field data over to your plugin. Yes it uses _sku, etc but figured there are custom ones in your software for things like eBay categories, shipping settings, etc
Hello rubymusic.
Here is a list of the meta fields:
meta:_ebay_auction_type
meta:_ebay_autopay
meta:_ebay_bestoffer_enabled
meta:_ebay_bo_autoaccept_price
meta:_ebay_bo_minimum_price
meta:_ebay_brand
meta:_ebay_buynow_price
meta:_ebay_category_1_id
meta:_ebay_category_2_id
meta:_ebay_condition_description
meta:_ebay_condition_id
meta:_ebay_ean
meta:_ebay_epid
meta:_ebay_gallery_image_url
meta:_ebay_global_shipping
meta:_ebay_hide_from_unlisted
meta:_ebay_int_shipping_options
meta:_ebay_isbn
meta:_ebay_item_id
meta:_ebay_item_source
meta:_ebay_item_specifics
meta:_ebay_listing_duration
meta:_ebay_loc_shipping_options
meta:_ebay_mpn
meta:_ebay_payment_instructions
meta:_ebay_reserve_price
meta:_ebay_seller_payment_profile_id
meta:_ebay_seller_return_profile_id
meta:_ebay_seller_shipping_profile_id
meta:_ebay_shipping_ShipToLocations
meta:_ebay_shipping_loc_enable_free_shipping
meta:_ebay_shipping_package
meta:_ebay_shipping_service_type
meta:_ebay_start_price
meta:_ebay_store_category_1_id
meta:_ebay_store_category_2_id
meta:_ebay_subtitle
meta:_ebay_title
meta:_ebay_upcKind regards,
JohnWow. That’s huge. Thanks
You don’t have any plans to work with reverb.com and create listings there do you? Like your product a lot and wold love to use it wherever I can. Thanks again
Hi rubymusic,
Thank you for your nice words! I’m glad to hear you liked our plugin.
But, I’m sorry our developer is busy developing WP-Lister for Amazon plugin and he don’t have time to develop any other plugins right now.
Kind regards,
Menchie
WP Lab SupportHello again. Trying to get this all up and running
A couple things..
I don’t see a meta tag for the main product description in eBay. Does the created listing just use the description from woocommerce or is there a way to enter an Ebay specific description (since eBay buyers want to know more details)
Also, whereas I see a “shipping service type” meta field, I don’t see a way to choose the Ebay Shipping options such as “Flat Rate, Calculated, etc”
Along with that would love to be able to set the flat rate shipping price for each product with my form..is there a meta for “First Item Cost” ? didn’t see it in the list you sent
Hello rubymusic.
There is no meta for the main product description in eBay. But you can create a custom meta field and use a custom eBay description by following this guide: How to add a custom eBay listing description
There is a “meta:_ebay_int_shipping_options” and “meta:_ebay_loc_shipping_options” that should contain the shipping options for both domestic and international.
I don’t see any meta anywhere that can actually define the first shipping cost. But you could create another meta with the “types” plugin add your first item cost to that field for your products in bulk with a CSV plugin, and then use the meta shortcode wherever you wish to use it.
Kind regards,
John
The topic ‘Route formidable form to your input fields’ is closed to new replies.