Bagisto Forum

    Bagisto

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

      How to remove local from velocity
      • pksingh

      2
      0
      Votes
      2
      Posts
      192
      Views

      N

      Hello @pksingh ,
      Can you please elaborate (like where you want to remove this).

      Thank you.

    • W

      PDF format invoices in Japanese appear with garbled characters
      • William Hatanaka

      13
      1
      Votes
      13
      Posts
      2115
      Views

      W

      Hello @chemisax ,
      The problem with unreadable characters was the lack of an installed Japanese font. I found a website in Japanese that taught how to install these fonts for the laravel-dompdf package.
      https://reffect.co.jp/laravel/laravel-dompdf70-japanese
      I found a similar site explaining in English.
      https://stackoverflow.com/questions/24412203/dompdf-and-set-different-font-family
      I hope these links were useful

    • S

      How can I add custom CSS in bagisto?if I want to change the look of search bar where should i keep the css file and where should I connect that ?
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      923
      Views

      A

      Can you please brief more in detail exact path and where i can write custom css class

    • O

      how to do so that the client and the administrator can log in from the client login interface
      • Omar

      11
      0
      Votes
      11
      Posts
      886
      Views

      O

      the connection was successful, thanks for your help
      solution.png

    • R

      Integration of razor pay payment gateway in bagisto
      • Rohit

      2
      0
      Votes
      2
      Posts
      260
      Views

      V

      Hi @Rohit
      We are communicating over this link https://forums.bagisto.com/topic/205/is-it-possible-to-integrate-razorpay-payment-gateway-in-bagisto-e-commerce/23

    • W

      Translation of Form "Create Product"
      • William Hatanaka

      9
      0
      Votes
      9
      Posts
      824
      Views

      shubhwebkul

      Hello there,

      These labels are coming directly from blade file, you need to change your language from env file or you can directly set static value here

    • V

      viewRenderEventManager add template with params
      • Vlad99

      3
      0
      Votes
      3
      Posts
      392
      Views

      N

      You can check the AdminServiceProvider under The Admin Package for the reference.

    • W

      Bagisto: search by category
      • William Hatanaka

      13
      0
      Votes
      13
      Posts
      1012
      Views

      W

      @Daisymond Great! 👍 👍

    • D

      CMS CSS
      • Daisymond

      7
      0
      Votes
      7
      Posts
      462
      Views

      D

      @akhtarkhan Okay, thank you very much. I really appreciate your help. I will use inline-css.

    • D

      Bagisto CMS...
      • Daisymond

      2
      0
      Votes
      2
      Posts
      520
      Views

      devansh-webkul

      Hello @Daisymond,

      As I am seeing that you are successfully created a cms page but you are not able to add an image onto the page. For this first, you need to place all your images in Laravel's public folder directory. Let's say you have project in a folder name i.e. Bagisto.

      Now go to 'Bagisto/public' and create a folder name i.e. 'images' you can create any folder according to your need. I am going with name 'images', now place all your images in that folder.

      Let's say you have 'image-1.jpg' in the images folder and you want to show that image in the CMS.

      Now go to CMS -> Pages and click on the edit page on which you want to add an image.

      After that scroll down to 'content' portion, here you will see that source code button in extreme right corner. You need to click on that button then source code will appear.

      Here you need to add,

      <img src="@php echo asset('images/1.jpg') @endphp" width="400" height="400" />

      and then click on Save Page button.

      Important Note: TinyMCE will not detect image but if you will see in the preview page, you will get your image.

    • O

      Integrate Order With Fulfillment API
      • otheriz

      3
      0
      Votes
      3
      Posts
      304
      Views

      S

      what will you get when your print the $order ?

    • R

      want to make product carousel on home page
      • Rohit

      2
      0
      Votes
      2
      Posts
      316
      Views

      V

      Hi @Rohit
      Could you mention your bagisto version?

    • A

      How can I add input field and dropdown in product detail page.
      • AkashWeybee

      6
      0
      Votes
      6
      Posts
      655
      Views

      A

      @Vaishali-Agarwal
      Thank you for your constant and precious support.

    • A

      want to add submenus.
      • Ammad

      5
      0
      Votes
      5
      Posts
      397
      Views

      V

      @Ammad
      Currently this feature is not yet added, you have to customize this itself.
      still I have forwarded your query to the team, they will revert over here
      Thanks

    • A

      Where did you construct $product array [$product array is available in product detail page]
      • AkashWeybee

      4
      0
      Votes
      4
      Posts
      324
      Views

      devansh-webkul

      Hi @AkashWeybee,

      As I have seen the screenshot, you are trying to access the object.

      There is a 'index()' method in file name i.e. 'packages/Webkul/Shop/src/Http/Controllers/ProductsCategoriesProxyController.php'.

      There is a variable '$product' present in the 'if' case, if you want to add custom field than asign property like this,

      $product->extra_field_1 = 'Test 1'; $product->extra_field_2 = 'Test 2';

      And then in the main view access the object like this.

      {{ $product->extra_field_1 }} {{ $product->extra_field_2 }}
    • A

      Hostname issue in Channel.
      • AkashWeybee

      2
      0
      Votes
      2
      Posts
      1047
      Views

      V

      @AkashWeybee
      If you want to run your bagisto in two different domain for eg. test1.com , test2.com then you need to create a host entry in channels .

    • W

      Bagisto Shop support email definition
      • William Hatanaka

      7
      0
      Votes
      7
      Posts
      730
      Views

      A

      @rahul Is it possible to have a sample code showing how to actually overwrite base files.
      As working example will be helpful.

    • A

      Push Notifications
      • aroobaarooj499

      5
      0
      Votes
      5
      Posts
      536
      Views

      A

      @aayush-bhatt172 okay .. Thanks!

    • A

      Filterable Attrbutes
      • aroobaarooj499

      3
      0
      Votes
      3
      Posts
      258
      Views

      A

      @Jyoti thank you

    • O

      Apply multiple on the promotion on the same product
      • otheriz

      3
      0
      Votes
      3
      Posts
      292
      Views

      O

      @Vaishali-Agarwal good to hear that!

      I will wait then...thank you for the information 🙂