Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Ed Low
    3. Posts
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 29
    • Best 3
    • Groups 0

    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.
      3f562d92-818c-4083-9cc0-c25dcf184ed6-image.png
      c73ba3d0-c1e9-4bd0-9b55-5d62155bbd0e-image.png

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • 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?
      483a8254-eb4e-473a-8f2a-767d5e8fd9a1-image.png

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • Can we modify the email sent to customers or the page displayed after they purchase a product?

      d5df9498-cb38-4a73-ab08-662043ce53af-image.png
      currently this is the page displayed

      83b0ac72-782c-4d56-afbe-0ae83a4361ad-image.png
      and this is the email received by the customer

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • RE: No payment method

      @wassim Thanks, I didn't realise. I've added it
      13505126-6415-4fd3-a73a-7d271fbcc924-image.png
      6b14c056-dfe0-4f40-a4d2-04d725dd97da-image.png
      fd38afdb-c87d-44f2-9933-9f224575739d-image.png
      But still shows no payment available 93f0312f-1cf4-4277-b9bf-5d3f0d718e60-image.png

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • RE: Shop to sell digital photos

      @wassim Is there a tutorial for this?

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • RE: No payment method

      @wassim this happened to me too. Linke to website https://www.1010media.sg

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • 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?

      cc7b2166-332d-4ecc-923b-c768d2bc0e69-image.png

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • 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?

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • 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.

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • RE: Shop to sell digital photos

      So I found this short tutorial
      https://support.appdrag.com/doc/Sell-and-send-digital-product

      However, I am confused as to how the ebook database created can be linked to the shop. Can someone help with this?

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • How do I write my own SQL query that takes the form inputs as parameters?

      I've tried using

      document.getElementsByName("[name of input]")
      

      but it is unable to get the input value

      I'm also not sure what to do even if I do get the input value. Like how do I pass it into the cloud backend?

      The reason for writing my own SQL query is because I need to insert form input values into 2 separate tables.

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • How to add a wishlist button for my product

      e633e4f8-70c8-4673-b02d-820210a038f9-image.png

      May I know whether it is possible to add a wishlist/favorite button for my product in shop?

      posted in General Discussion
      E
      Ed Low
    • Shop to sell digital photos

      How do I set up a shop to sell digital photos, through a download link unlocked once payment is complete? The current shop implementation from AppDrag is for physical products but I was wondering if there was a way to tweak this for my needs?

      posted in Cloud CMS (Pagebuilder
      E
      Ed Low
    • How to Export/Migrate Registered User Information from SHOP?

      May I check with you how to export/migrate registered customer/user information from shop database?

      posted in General Discussion
      E
      Ed Low
    • RE: How to access database for your customers, products and orders? (Shop Dashboard)

      @Joseph-Benguira Okay, I see. Thanks! May i know whether it is possible to export all my customer information using Shop API?

      posted in General Discussion
      E
      Ed Low
    • How to access database for your customers, products and orders? (Shop Dashboard)

      May I know is it possible to access the customer/products/orders database and backup the data?

      posted in General Discussion
      E
      Ed Low
    • RE: Form redirect

      I manged to get it work with the simple steps you provided. Thank you very much!

      posted in How-to
      E
      Ed Low
    • Form redirect

      Hello, I have a short form section on my web page where I would like to redirect the user to a specific URL upon clicking the submit button. The form has only 1 question, with the answers in <select><option> format. Once the customer decides on what option they want to choose and click submit, the page should be able to read the value of the option seleted by the user and redirect them to the corresponding URL. For example: option A --> a.html; option B --> b.html

      May I know how I can go about doing that? Thank you

      The website is https://www.1010media.sg/ . The form is right above the "Our Films" part

      posted in How-to
      E
      Ed Low