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
    • Z

      Hello i m connect currency exchanger with API if possible?
      • zainawan99

      2
      0
      Votes
      2
      Posts
      466
      Views

      V

      @zainawan99
      sorry the API does not exist for currency exchange.

    • T

      how do i change the Title
      • THINKLIFE

      17
      0
      Votes
      17
      Posts
      2438
      Views

      V

      @THINKLIFE
      you can't add the link right now, as in category header content only the category slug will be passed.

    • R

      admin logo stretched after uploading
      • rex

      11
      0
      Votes
      11
      Posts
      1689
      Views

      R

      Problem solve. Thank you so much for helping me..

    • Z

      This topic is deleted!
      • zainawan99

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • N

      Megamenu in Velocity theme
      • neyazahmad

      4
      0
      Votes
      4
      Posts
      846
      Views

      V

      feature raised https://github.com/bagisto/bagisto/issues/4239

    • S

      Slider image doesn't work on aws
      • Shirah

      18
      0
      Votes
      18
      Posts
      2550
      Views

      V

      @Shirah
      still the image path showing http when we inspect to the broken image https://prnt.sc/vfzk53.
      please raise a ticket at support@bagisto.com and provide server details so that team can check this and fix it.

    • B

      How do Product Image Paths work? Strange thing happening
      • bagdev

      2
      0
      Votes
      2
      Posts
      606
      Views

      V

      Hi @bagdev

      Original product image is saved inside storage folder but to make product page loading time fast we use dynamic imagecache technique.
      So by adding cache/small/ in url it load image after transforming image into small template.

      Thanks

    • R

      Slider images and logo are not dislayed
      • rickymhzn

      2
      0
      Votes
      2
      Posts
      334
      Views

      V

      @rickymhzn
      follow the instruction provided here in posts
      https://forums.bagisto.com/topic/1151/slider-image-and-category-image-missing/2
      https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions/1

    • C

      checkout address add new fields
      • cmpengineers

      10
      0
      Votes
      10
      Posts
      1800
      Views

      D

      @cmpengineers said in checkout address add new fields:

      Shop

      Shop package

    • S

      Dropdown does not work
      • Shirah

      4
      0
      Votes
      4
      Posts
      629
      Views

      D

      Hello @Shirah Please tell me which bagisto version you are using right now?

    • D

      Upgrade Bagisto to Laravel 7 from 5.6
      • denialwillson

      2
      0
      Votes
      2
      Posts
      295
      Views

      V

      @denialwillson
      Kindly raise your query to support team here at support@bagisto.com so that they can guide you.

    • S

      Add more recently view products.
      • Shirah

      7
      0
      Votes
      7
      Posts
      1146
      Views

      V

      @Shirah
      you are running the command from the wrong directory..
      just go the path
      C:\wamp64\www\tronserve-commerce1\ and then run the command
      php artisan vendor:publish --force

    • R

      problem about currency symbol in velocity front end
      • rex

      4
      0
      Votes
      4
      Posts
      651
      Views

      R

      its working now. i miss something in en_ph should be in code, not only ph code. thanks

    • K

      my category show like it doesn't have any product but it has
      • khawala

      2
      0
      Votes
      2
      Posts
      315
      Views

      V

      @khawala
      please provide us the exact error show that I can check and look for the same.

    • S

      This topic is deleted!
      • Shirah

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • C

      Connection of Bagisto and AWS S3
      • classify

      2
      0
      Votes
      2
      Posts
      407
      Views

      V

      Hi @classify
      sure you can integrate Bagisto with AWS S3, listed guides will helps you.

      https://investmentnovel.com/laravel-s3-file-upload-tutorial-with-example/

      https://medium.com/@sehmbimanvir/laravel-upload-files-to-amazon-s3-a17d013f53ce

      https://forums.bagisto.com/topic/1359/s3-configuraton-is-giving-strange-behavior-and-not-working-storage-disk-s3-files-invalidargumentexception-with-message-missing-required-client-configuration-options-region-string/1

    • O

      TypeError: environment is null script.js:68:13
      • olevacho

      3
      0
      Votes
      3
      Posts
      480
      Views

      O

      thanks.This helped

    • N

      Claryfing overriding from custom package as opposed to laravel default folders.
      • nessuno

      3
      0
      Votes
      3
      Posts
      650
      Views

      devansh-webkul

      Hi @nessuno,

      Please check here,
      https://forums.bagisto.com/topic/1971/override-index-blade-php-example/3.

      Please follow one thread for better communication.

    • C

      buy now api
      • cmpengineers

      10
      0
      Votes
      10
      Posts
      1508
      Views

      V

      Hi @cmpengineers
      From buy now api you mean when customer click on buy now so product added into cart and customer directly redirect to checkout or view cart page, please correct me if i am wrong.

      So for this you have to do customisation in add to cart api.

      First of all you need to pass is_buy_now in parameter with value true. Now go to add to cart api controller here if condition is already there related to is_buy_now. Now you need to add some custom parameter in return response so that you could identify that customer is using buy now btn instead of add to cart. So at the last whenever you received your custom parameter in response so redirect the customer to the desired page.

      You can implement this in both ways by adding new controller or modify existing add to cart controller.

      Thanks

    • S

      How to overide the admin package controller
      • Sergej

      2
      0
      Votes
      2
      Posts
      365
      Views

      V

      @Sergej
      same as https://forums.bagisto.com/topic/1980/how-to-overide-the-admin-package-controller