Hello, I just bought and install the app but after setting all up i noticed that search bar doesn’t work, for example: if I add a product and try to select a supplier the search bar says “Ajax Request Failed”.
This happens in POS, Products, Purchase, etc. Search Bars.
Any help please?
- MSAnswered
Hello,
Mostly ajax calls fail when URL structure changed or there is any issue with route. Please let me know your site link with owner login details so that I can have look and suggest.
Thank you
- MSAnswered
Hello,
You have changed the URL structure that the reason of ajax call failing.
You need to check your
base_url
in app/config/config.php and removeindex.php?
if that is yourindex_page
set it to blank again. Onceindex.php?
gone from your url the ajax will start working.Thank you
- JMAnswered
I did what you mention and now i can search for suppliers but now if I want to add a purchase of a product, when I type the product, the seach bar keeps loading but nothing happens.
- MSAnswered
Hello,
Please check your server’s php error logs and let me know the error details so that I can suggest.
Thank you
- JMAnswered
I re-install everything from beginning and and it works all good, thanks.
I got another question, is it possible to add more payment methods or edit the existing ones?
For example i want to add transfer, credit card, debit card, etc…
- MSAnswered
Hello,
You can add/edit the paying by options by editing the
paid_opts
method ofapp/libraries/Sma.php
Thank you
- Login to Reply