Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Custom Product type

    Modules
    4
    4
    569
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mikeyapina last edited by mikeyapina

      I went through the instructions on how to great a new custom Product type... but this step implies something that makes no sense

      https://devdocs.bagisto.com/create_own_product_type.html

      1. Below piece of code, let you merge your package config files to the project root “config” folder.

        $this->mergeConfigFrom(
        dirname(DIR) . '/Config/product_types.php', 'product_types'
        );

      I have no idea where this is supposed to go!

      1 Reply Last reply Reply Quote 0
      • O
        otheriz last edited by

        Have you ever follow the number 1 instruction?

        1. Create your own package, may refer Package development.

        Very thankfully bagisto still use laravel packages standard to add our own package(not like the previous eCommerce framework i used which has they own way which is buggy and make me hard to understand and develop, and one of the reason why i switch to bagisto)

        if you familiar with it, it's better Laravel Packages
        but i recommended you to use bagisto tutorial, since they simplify it and easy to understand

        1 Reply Last reply Reply Quote 0
        • G
          ghenaweb last edited by

          Hi,https://devdocs.bagisto.com/create_own_product_type.html returns 404 there is a new page ?

          1 Reply Last reply Reply Quote 0
          • ghermans
            ghermans last edited by

            @ghenaweb said in Custom Product type:

            Hi,https://devdocs.bagisto.com/create_own_product_type.html returns 404 there is a new page ?

            Please try the following link https://devdocs.bagisto.com/1.x/advanced/create-product-type.html

            Kind regards,
            Glenn Hermans

            Manager Bagisto Europe
            info@bagisto.eu

            1 Reply Last reply Reply Quote 0
            • First post
              Last post