Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • S

      what is view render event in bagisto
      • shahid993

      4
      0
      Votes
      4
      Posts
      1206
      Views

      ?

      Hello @shahid993

      To add a new shipping method and its configuration follow the link below

      Link -
      https://devdocs.bagisto.com/2.x/advanced/create-shipping-method.html

      Thanks & Regards..!!

    • S

      How to add fedex shipping method in bagisto
      • shahid993

      2
      0
      Votes
      2
      Posts
      593
      Views

      ?

      Hello @shahid993

      Greetings of the day..!!

      To add a new shipping method and its configuration follow the link below

      Link -
      https://devdocs.bagisto.com/2.x/advanced/create-shipping-method.html

      Thanks & Regards..!!

    • S

      there are not other filed in fedex api client id and more
      • shahid993

      2
      0
      Votes
      2
      Posts
      529
      Views

      ?

      Hello @shahid993

      Greetings of the day..!!

      To add a new shipping method and its configuration follow the link below

      Link -
      https://devdocs.bagisto.com/2.x/advanced/create-shipping-method.html

      Thanks & Regards..!!

    • S

      fedex price not visible here
      • shahid993

      2
      0
      Votes
      2
      Posts
      549
      Views

      ?

      Hello @shahid993

      Greetings of the day..!!

      This is the same issue regarding the gateway. Kindly follow the link to resolve your query.

      https://forums.bagisto.com/topic/3545/how-to-add-fedex-shipping-method-in-bagisto

      Thanks & Regards..!!

    • S

      i am unable to see place order button on checkout page
      • shahid993

      4
      0
      Votes
      4
      Posts
      904
      Views

      ?

      Hello @shahid993

      You can also check our default Payment gateway i.e. Paypal to check the code and the functionality. then you can able to resolve your queries.

      The path for the module is Bagisto >> Packages >> Webkul >> Paypal

      GitHub Link - https://github.com/bagisto/bagisto/tree/master/packages/Webkul/Paypal

      Thanks & Regards..!!

    • A

      Logo update issue
      • Arvindnegi1999

      3
      0
      Votes
      3
      Posts
      762
      Views

      K

      Same problem here,
      Please any update on this?

      Thanks

    • H

      Fedex integration.
      • harsha m

      3
      0
      Votes
      3
      Posts
      1047
      Views

      S

      @devansh-webkul FedEx rates are not visible even though I have entered the correct API keys
      How can I resolve this
      4a6c589c-aed0-450f-9f43-6fc89e30f270-image.png

    • ?

      A lot of unsupported extensions
      • A Former User

      4
      0
      Votes
      4
      Posts
      926
      Views

      admin

      @hossein Hi there,

      Right now we have updated the Marketplace, B2B and SaaS extension to version 2.0. If you are looking to make use of any extension with version 2.0, you can just purchase it and let us know, we will update it in a few days and give it to you. By purchasing we will make sure to update the extension on a priority

    • D

      Dateformat in Datagrid
      • dsharma

      6
      0
      Votes
      6
      Posts
      1841
      Views

      J

      This is worked for me

      $this->addColumn([ 'index' => 'created_at', 'label' => 'Created At', 'type' => 'datetime', 'searchable' => false, 'sortable' => true, 'filterable' => true, 'closure' => function ($row) { return date_format(date_create($row->created_at), 'd-m-Y h:i:s'); } ]);
    • O

      How to use only french and arabic (no english)
      • ouzari

      2
      0
      Votes
      2
      Posts
      585
      Views

      ?

      Hello @ouzari

      Greetings of the day..!!

      In Bagisto2.0 if you want to use only French and Arabic languages you can easily do it from the Bagisto Admin panel.

      Login to Admin panel go to Settings >> Channels >> Select your desired languages and Save the channel as shown below.
      locales.png
      And after that check your changes on frontend
      frontend.png

      Thanks & Regards..!!!

    • admin

      Cash on delivery Price tier
      • admin

      2
      0
      Votes
      2
      Posts
      514
      Views

      ?

      Hello @admin

      Greetings of the day..!!

      Yes, this can be implemented you can apply a condition if else accordingly. packages >> Webkul >> Payment package is responsible for this.

      Thanks & Regards..!!

    • D

      finishing touches
      • dcosnet

      2
      0
      Votes
      2
      Posts
      552
      Views

      G

      @dcosnet I suggest to follow this video tutorial and related tutorial post. https://www.youtube.com/watch?v=K3FdBDsXAH8. It totally gives a deep understanding how the package structure is formed.

    • H

      Personalisation Attributes
      • harshagarwal

      3
      0
      Votes
      3
      Posts
      872
      Views

      G

      @harshagarwal There is a text type attribute for get input from the customer at the product page. I hope it helps you to accomplish what you need. If you need detailed instruction to apply that attribute, you can follow this video: https://www.youtube.com/watch?v=OxM5W9r4uCM

    • G

      How to send mail to users subscribed to newsletter
      • Gustavo Ayala

      3
      -1
      Votes
      3
      Posts
      822
      Views

      K

      @Gustavo-Ayala said in How to send mail to users subscribed to newsletter:

      Hi, i would like to know how to send a mail to subscribers of the newsletter. And if there is any tutorial about how to implement email marketing campaigns, and how to personalize the emails sent from bagisto.

      Hey there! Sending newsletters to your subscribers is easy! You can find helpful tutorials on email marketing campaigns and personalization for Bagisto emails online. Happy emailing

    • H

      Vue Js in Bagisto
      • hossein

      6
      0
      Votes
      6
      Posts
      1926
      Views

      H

      @hossein
      When I add an external Vue Js library like PrimeVue it loads in app.js correctly and when I get log it returns the correct component but I don't know how to use those components in other sections for example in header or footer it returns undefined. According to your VueJs architecture in Bagisto how can I achieve it?
      I would like to define a component globally and use it on other files. This is my goal.
      Thanks.

    • H

      Update Bagisto 2.1.0 to 2.1.1
      • hossein

      3
      0
      Votes
      3
      Posts
      847
      Views

      ?

      Hello @hossein

      Greetings of the day..!!

      For updating your Bagisto to the newest version the process will remain the same as mentioned for the older version.

      Currently, we are working on the documentation for upgrading it to the newest version as well.
      kindly go through this link - https://devdocs.bagisto.com/1.x/introduction/upgrade-to-latest-bagisto.html#bagisto-changes

      And for the custom theme you created from the tutorial video is compatible with Bagisto 2.0.0

      Thanks & Regards..!!

    • K

      how can I change list of My Account after sign into Bagisto e-commerce
      • Keerthi

      4
      0
      Votes
      4
      Posts
      928
      Views

      R

      we have the right people which will help you change your list of Bagisto e-commerce you can visit us by clicking here

    • K

      Update Product API Not working
      • karan.nukani

      2
      0
      Votes
      2
      Posts
      545
      Views

      ashish2409

      @karan-nukani

      Hello there,
      Could you please share the screenshot of the responsive error in hitting the API. This will help us with more information.

      Thanks.

    • H

      How to show All products with category filter
      • hossein

      2
      0
      Votes
      2
      Posts
      1413
      Views

      ?

      Hello @hossein

      Greetings of the day..!!

      There is no API regarding this but you get all the products by this method in the core getAll()

      To add categories as sidebar you can add it from the packages >> Webkul >> Shop >> src >> Resources >> views >> categories >> view.blade.php This file is responsible for this.

      Thanks & Regards..!!

    • H

      Is there any API route to get To-rated and best sellers products in Bagisto 2.x ?
      • hossein

      7
      0
      Votes
      7
      Posts
      1963
      Views

      H

      @hossein Hi @Rishabh-Webkul could you please check this.
      Thanks