Hi, your script is really interesting really big compliment. To suit perfect on my needs I’m trying to solve some problems.
1- The first is the inability to see the creation of API keys. I deleted the default owner and created a new one, but I can’t see the create key page even though the new user has the “owner” role.
2- The second thing I would like to know is why when I force the https protocol I know it corrupts the whole layout. (see attached photo).
3- I then wanted to know if there is a way to retrieve the data from the prestashop web service. I have 3 webshops in prestashop and I would like to centralize the management of the warehouse through your script.
4- How can I change the text “custom fields 1,2 …”?
Best regads Marco Marcellino
- MSAnswered
Hello,
-
Please make sure that you have enabled
APIs Feature
in the system settings. Once enabled, API keys menu will be under front end in left side bar. -
Once you enable ssl, you will need to change the
base_url
in theapp/config/config.php
tohttps://
too -
No, SMA is not integrate-able with other software yet
-
In the language file
app/language/english/admin/sma_lang.php
, if you are not using english then replace the english with your language in the path.
Thank you
-
- MAnswered
Thanks a lot! All issue is resolve now. I have couple of new issue 1-I was import all my product in BO, but the shop is empty. Is there any way to reindex the product? Or is some feature that is necessary to enable? In the screenshot provide i notice that when i mark as “featured product” and than disable again as “featured” i can see the product in the shop. But how can i handle more than 2K product? I dont see any colomn in the CSV where i can mark. 2- I want to disable the invoice automatic. Thats why i sell product by kilo, and only after the real preparing of order i know exact how much i need to invoice. In there any option to rename “INVOICE” in “PROFORMA” and remove the link to stripe and paypal? 3- Is still not clear to me how i can handle the colour in the shop…and if is possible to add specific pagina one megamenu. For the rest i am really happy for this script! ( I hope one connector with most popular CMS ecommerce such as prestashop, woocommerce, or magento will be soon avaible…) Best regards
- MAnswered
In meantime i am try to resolve https protocol…but i am still get this problem you can see in attached…
- MSAnswered
Hello,
-
The products should be displayed on the shop. You can try to change the hide column to 0 by
UPDATE sma_products SET hide = 0;
-
There is no such option. The only option I can think of is
Default Order Page Focus
in system settings to focus the quantity input after adding the item to order. -
There is no option for mega menu. If you are talking aboue product colors then you can use product variants to add them.
For ssl, you need to install your certificate before changing the base_url to https:// The cross show that the certificate is not for the doamin. Please check with your server admin.
Thank you
-
- MAnswered
The products should be displayed on the shop. You can try to change the hide column to 0 by UPDATE sma_products SET hide = 0;
How can i update this file? Where is located?
- MAnswered
As you see in screeshots i have more than 2000 product in store, but in frontoffice only 2 is show… And i also want to ask if there is any possibility to search the product not only from EAN13 but also from one other data i set in custom field. For example, Product 01 Ean 0000010101010 and intern reference 20393. I should like find in intern search also not only by 0000010101010 but also if i search 20393. Thats why ean is good for the picking, but not for the customers that most of the time search by MPN (manifacture part number). This MPN can be different by all producers. So is necessary to have EAN13 to handle the stock, and MPN to help people to find specific product. I hope you can help me to find one solution for this problem.
- MSAnswered
Hello,
It’s not file but sql query to run on your database. If your server has phpmyadmin, you can open and select your database then run the query from SQL tab.
The product search looks for name and code to find the products. If you need to change it, you can modify the
getProducts
method ofapp/models/shop/Shop_model.php
or hire developer to help you.Thank you
- MAnswered
Hi, unfortunally i runned this UPDATE sma_products SET hide = 0; in my php admin…and all product is already set on “hide=0”. I really cannot understand why the front end has only three product and back end has more than 1K
- MSAnswered
Hello,
Please let me know the site with login details in private reply to have look.
Thank you
- Login to Reply