Woocommerce to laraship migration plugin installed but not visible anywhere in menu

Laraship QuestionsCategory: TechnicalWoocommerce to laraship migration plugin installed but not visible anywhere in menu
Jonathan Tan asked 2 years ago
The plugin shows installed in the modules page but i cannot find a way to access it via menu or any url 
Attachments
laraship Staff replied 2 years ago

Hello, Our team is checking and will respond shortly; which platform are you installing it under?

Jonathan Tan replied 2 years ago

it is installed under Laraship eCommerce platform

2 Answers
Saeed Matar Staff answered 2 years ago
Hi,  Currently the woocommerce plugin available for the marketplace only, this pluging doesn't require a menu since it is just a simple command to load the 
Customers
Categories
Attributes
Tags
Products
and Orders so only you have to set the required env keys for woocommerce and use the following command to do the load process
woo:load {module} {store?}
Jonathan Tan replied 2 years ago

please check it is mentioned as compatible with e commerce too as mentioned here https://www.laraship.com/product/woocommerce-to-laravel-laraship-migration/

also can help with the example of command line for ecommerce

Saeed Matar Staff replied 2 years ago

Hi Jonathan,
ok,
will check and make sure to release the woocommerce with ecommerce this week,
it seems we missed to release the woocommerce part.

Jonathan Tan replied 2 years ago

Hi Saeed please help with it asap as my client’s project has been delayed , we have many WordPress clients who want to move to Laravel and we assure if this issue is fixed asap we can refer this product purchase to all

Saeed Matar Staff replied 2 years ago

Sure will do our best to deliver this asap

Saeed Matar Staff answered 2 years ago
Hi Jonathan, we've released a new version of woocommerce module, can you check it please, v1.1 should support ecommerce now, thanks
Jonathan Tan replied 2 years ago

hi Saeed the command php artisan woo:load Categories. is throwing invalid module error , can you help with right command

Saeed Matar Staff replied 2 years ago

Hi Jonathan

here you are the command
php artisan woo:load ecommerce

Jonathan Tan replied 2 years ago

after the command getting

CustomerMapper Started

and after a long wait getting the below error

In QueryBuilderTrait.php line 228:

cURL Error: Operation timed out after 15005 milliseconds with 0 bytes received

FYI:i have the woocommerce rest api settings aded in .env

Jonathan Tan replied 2 years ago

Hi Saeed Matar

Can you help with the above its been a while you have not replied , is there a way to run the command for individual items

Saeed Matar Staff replied 2 years ago

Hi Jonathan,
how large your data is,
I don’t there is limits on time from application level
it seems that error while trying to fetch data from woocommerce site

Jonathan Tan replied 2 years ago

Yes the data is medium contains 3k users , 300 products can you suggest me how to go about it

Saeed Matar Staff replied 2 years ago

Hi Jonathan,
we’ve tested the plugin on over 8K customers, 15k orders and 5k variations.
so it seems you need to check the env limits either laraship server or your woocommerce site.