Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. harismansoor
    H
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    harismansoor

    @harismansoor

    0
    Reputation
    6
    Posts
    4
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    harismansoor Follow

    Posts made by harismansoor

    • How to use phone number for registration

      How can I register customer using phone number and then use that phone number to login? (through api also)

      posted in General Discussion
      H
      harismansoor
    • RE: Disable shipping on checkout

      I want to disable it because we are not shipping physical products but customer pick it up from our store, but as we are only providing this method, we want to skip this step

      posted in General Discussion
      H
      harismansoor
    • RE: Product api doesn't returns bundle product options

      Yes, that is because I modified the product api, I may create a PR for that

      posted in General Discussion
      H
      harismansoor
    • RE: Product api doesn't returns bundle product options

      I am on APP_VERSION=1.2.0.
      Although I modified the api and added bundle_options attribute which get bundle product options,

      posted in General Discussion
      H
      harismansoor
    • Product api doesn't returns bundle product options

      When I place get request for bundle products, it doesn't give me the configuration options, and without it, I can't add this item to cart.
      How can I fix this?

      posted in General Discussion
      H
      harismansoor
    • RE: api for modify customer profile

      Make content-type as application/json and send put data in json formate
      like

      {
              "email": "[email protected]",
              "first_name": "New",
              "last_name": "Name",
              "gender": "Male",
              "date_of_birth": null,
              "phone": null
      }
      
      posted in General Discussion
      H
      harismansoor