I manged to get it work with the simple steps you provided. Thank you very much!
Best posts made by Ed Low
-
RE: Form redirect
-
Abandoned Cart
Hello! I would like to have a feature in my shop side as below:
- After logging in, a customer can add items into the cart
- They will leave the items in the cart for a while (say 3, 4 days) without checking out
- After 3, 4 days still seeing the items in the cart, I can send an email to that customer for further follow-ups
Can I ask if this feature is available in AppDrag currently? If so, how could I go about doing that?
Thank you!
Latest posts made by Ed Low
-
RE: URL to trigger an event in AppDrag
@jbenguira sorry but could you elaborate a bit more? Where do I put this custom javascript? I would like to use a URL to trigger the user login drawer to open. I can't seem to access any js files in the AppDrag code editor, although the function seems to be in an appdrag.js file when viewed in the browser debugger.
-
URL to trigger an event in AppDrag
I need a url that will trigger an event in appdrag such as opening the drawer of the user registration/login. Is this possible?
-
Can we modify the email sent to customers or the page displayed after they purchase a product?
currently this is the page displayed
and this is the email received by the customer -
RE: No payment method
@wassim Thanks, I didn't realise. I've added it
But still shows no payment available -
RE: Shop to sell digital photos
@wassim Is there a tutorial for this?
-
RE: No payment method
@wassim this happened to me too. Linke to website https://www.1010media.sg
-
RE: How do I write my own SQL query that takes the form inputs as parameters?
@ed-low
Also, is there a way to connect these tag values to a databsae of tag values? And if the tag is not found, one is automatically inserted? -
RE: Shop to sell digital photos
@wassim But how can the shop fetch the digital products' information from my own Cloud DB in the first place? Or do I have to upload the digital product in 2 separate places: The shop product list and my own cloud DB?
-
RE: How do I write my own SQL query that takes the form inputs as parameters?
@wassim Thanks for the reply. I've looked at this and tried to use the tags input but it was limited. I want the user to be able to create their own tag and the tags to be individually separated and inserted into my table.
That would require some javascript and taking the value of the input itself right?
For example if the tags input value is "cat, dog, ostrich, building". I want to be able to insert the 4 values as new rows into my tags table if these tags are new. -
RE: Shop to sell digital photos
So I found this short tutorial
https://support.appdrag.com/doc/Sell-and-send-digital-productHowever, I am confused as to how the ebook database created can be linked to the shop. Can someone help with this?