Using Postman, I have been able to successfully create an API call to retrieve information from the webserver.
However, I have been unsuccessful in doing the same with PHP. Following are a few screenshots from Postman which I am trying to replicate…
There are 3 categories in my Neto store:
Category 1
Category 2
Category 3
I want to display ONLY one category i.e Category 2(Specific category) on the Homepage.
Anyone Know How can i achieve this.
Thanks in advance
I was hoping someone may know the answer to this. I am integrating stripe payments into a new system we have started using. We already have stripe connected to our webstore (managed by Neto/Maropost) for payments but want to have a 2nd connection…
I need to test the paypal payment system under Neto ecommerce. I have setup paypal sandbox and it works fine when used directly. It appears that Neto is hard wired to only connect to "paypal.com" whereas the sandbox needs "sandbox.paypal.com" - I…
I want to edit menu item in Neto but could not reach the right template. My current theme is midsummer and I am editing suggested template header/template.html (Please check attached screen shot) but I cant see any changes at front end. I dont know…
I'm importing a lot of images, >50,000, to a Neto website and they're not importing correctly; at the bottom of some images, horizontal grey bars are rendered instead of the rest of the image.
Since it only affects the bottom and seemingly in…
I'm currently attempting to integrate with the Neto Ecommerce API. I've hit all sorts of limitations that I never see on other platforms and the latest is to do with custom fields.
The API Im using is the GetOrders API, and Im following the…