What's new
Carbonite

South Africa's Top Online Tech Classifieds!
Register a free account today to become a member! (No Under 18's)
Home of C.U.D.

WP All Import + Frontosa

Greeff

Member
Rating - 0%
0   0   0
Joined
May 3, 2020
Messages
6
Reaction score
2
Points
1,135
Age
36
Hi all, has anyone used WP all import for importing product from Frontosa into WooCommerce? I'm struggling to get it working. If anyone could offer some advice, I'll appreciate it greatly.

Regards
 
Hi, I also struggled then I decided to code a small app to get the
stock_info json and stock json and combine the categories and brands with the pricing into a single csv and import that into
wp import. I struggled with wp import support and with frontosa because the code they provided did not fix the issue.

Did not work for me:
add_filter( 'wp_all_import_curl_download_only', 'wpai_wp_all_import_curl_download_only', 10, 1 );
function wpai_wp_all_import_curl_download_only( $download_only ) { return true; }
 

Users who are viewing this thread

Latest posts

Back
Top Bottom