Closed JuanmaMenendez closed 2 years ago
how to add //?consumerkey=ck*&consumersecret=cs goes here
where I can add my keys?
how to add //?consumerkey=ck*&consumersecret=cs goes here
where I can add my keys?
solution: static const _woocommerceKeys = '?consumerkey=ck*&consumersecret=cs';
here you have an error:
static String get productCategories => serverAddress +_categorySuffix + _woocommerceKeys; // (useStatic ? _productCategoriesCached // : serverAddress +_categorySuffix + _woocommerceKeys);
static String get products => serverAddress +_productSuffix + _woocommerceKeys; // (useStatic ? _productsCached // : serverAddress +_productSuffix + _woocommerceKeys);
static String get promos => serverAddress +_promoSuffix + _woocommerceKeys; // (useStatic ? _promosCached // : serverAddress +_promoSuffix + _woocommerceKeys);
duplicate ==> serverAddress string
It should connect to our current test woocommerce domain and show products. If you still have issues reopen this issue.
Please add some instructions about what is need it and the steps to run this project (eg: create a WooComerce website, run X command, etc..)