Navigation

    Bagisto Forum

    Bagisto

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

    northpointllc

    @northpointllc

    0
    Reputation
    4
    Posts
    5
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Puerto Rico

    northpointllc Follow

    Posts made by northpointllc

    • RE: How I add a product by API

      Hi @anindya ,
      I am currently working on a solution to have an API to insert Simple Products into the system. The solution uses a combination of a Stored Procedure I have created and a call from an API (I am sure it can be added into the current API area), but I am creating the API code on AWS Serverless to be able to use it for multiple customers later and cut the dependence from future updates to the system. Contact me if you need some advice for this.

      Thanks!

      Antonio
      [email protected]

      posted in Modules
      northpointllc
    • RE: Show Price After Login not working on Shop Page

      APP_VERSION=1.2.0

      posted in Bug Report
      northpointllc
    • RE: API to create or update Product?

      @AshJi
      I am currently working on an API to create and update Simple products for Bagisto since I am facing the same necessity as you are...
      Please, contact me if you need any help with this...

      Thanks,

      Antonio Peña

      posted in General Discussion
      northpointllc
    • Show Price After Login not working on Shop Page

      I have installed the Show Price After Login Extension and I can the Configuration page on the Admin, but it is not hiding the Price or the Buy button on the Shop page. I have followed the instructions as provided on the documentation:


      Installation:

      1. Goto composer.json present in your project's root:

      Under the object of psr-4, add the line below:

      "Webkul\\ShowPriceAfterLogin\\": "packages/Webkul/ShowPriceAfterLogin/src"
      
      1. Goto config/app.php from the project's root:

      Under the providers array, add this line at the end:

      Webkul\ShowPriceAfterLogin\Providers\ShowPriceAfterLoginServiceProvider::class
      
      1. Perform a command, from the root of your terminal:
      php artisan vendor:publish
      
      > then press 0 and then press enter.
      

      Can't seem to figure out what is missing...

      posted in Bug Report
      northpointllc