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

      Change product status in code
      • huckleberry

      8
      0
      Votes
      8
      Posts
      2148
      Views

      H

      OK. that is what I ended up doing, but was hoping there was a better way. thanks for reply.

    • R

      increase the no of products
      • Rahul74

      14
      0
      Votes
      14
      Posts
      3464
      Views

      A

      Dear Rahul,
      U can customize the header as per your requirement in default theme.

      path - https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php

    • D

      How to add carousel on homepage?
      • Deepanjali

      12
      0
      Votes
      12
      Posts
      3365
      Views

      D

      @Vaishali-Agarwal I have this for 3 images on the top panel:
      ee59d37c-27d4-412d-9e23-eb44bbd35559-image.png
      I need a new panel altogether, below the top one.

    • T

      Multi vendor marketplace
      • Tashiw145

      5
      0
      Votes
      5
      Posts
      1627
      Views

      T

      Hi @Naresh-webkul ,
      please can explain more, i don't quite understand, i just want be able to display the name of the seller at the product view page

    • R

      social login
      • Rahul74

      9
      0
      Votes
      9
      Posts
      1701
      Views

      V

      @otheriz
      Thanks for reporting, we are looking into and fix it soon.

    • H

      How to install composer for bagisto on ubuntu aws?
      • Hassi

      5
      0
      Votes
      5
      Posts
      1474
      Views

      H

      at the step of composer installation in bagisto install on aws except of mention commands i execute apt install composer command for root user and sudo apt install composer for ubuntu user.

    • N

      The function for 360 view of images are not working
      • neyazahmad

      2
      0
      Votes
      2
      Posts
      771
      Views

      A

      Dear Neyaz,
      can you please show me the function open360View through Screenshot.

    • Y

      Can't access admin dashboard
      • yaimran21

      9
      0
      Votes
      9
      Posts
      3335
      Views

      Y

      @Vaishali-Agarwal Thanks for your valuable response 😍

    • R

      paypal checkout form
      • Rahul74

      2
      0
      Votes
      2
      Posts
      661
      Views

      R

      @Rahul74 screenshot of above question
      Screenshot at Sep 09 12-39-10.png

    • R

      paypal sandbox
      • Rahul74

      21
      0
      Votes
      21
      Posts
      16880
      Views

      R

      @Rahul74 May be the answer is i need to complete the KYC of my paypal business account, thats y payment is not getting successful.......

    • W

      This topic is deleted!
      • wyamout

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • R

      pagination for featured products in default theme
      • Rahul74

      5
      0
      Votes
      5
      Posts
      1241
      Views

      V

      @Rahul74
      respective developer will reply to you here soon.

      Thanks.

    • W

      Products with 130 possible sizes issue
      • wyamout

      2
      0
      Votes
      2
      Posts
      703
      Views

      V

      @wyamout
      Thanks for reporting this.

      We have added it in our todo list and will surely check the feasibility.

    • R

      Change arabic number format.
      • rosisse

      2
      0
      Votes
      2
      Posts
      723
      Views

      devansh-webkul

      Hi @rosisse,

      If you check this file packages/Webkul/Core/src/Core.php. In this file we have used NumberFormatter class. You need to set en locale for each object.

      For example,
      $num = NumberFormatter('en', NumberFormatter::DECIMAL);

    • O

      help?
      • osaid

      2
      0
      Votes
      2
      Posts
      689
      Views

      V

      Hi @osaid
      you may follow the below steps to get rid of this issue

      open your project in Visual studio go to the .env file and add Database configuration correctly then run the below commands from the terminal inside the bagisto root directory php artisan bagisto:install

      let me notify here in case of any error found during executing these commands

    • N

      Subscription email does not work
      • neyazahmad

      4
      0
      Votes
      4
      Posts
      1152
      Views

      V

      @neyazahmad said

      your Mail_host and mail_port is incorrect, please verify it with your email provider.

    • W

      How to fetch Upsell, Related products and Brands Attribute form API?
      • wyamout

      2
      0
      Votes
      2
      Posts
      900
      Views

      V

      @wyamout
      currently these API are not available so not mentioned in the doc.

    • N

      HIde unnecessary countries on checkout page and cart address
      • Nayan7030

      3
      0
      Votes
      3
      Posts
      1462
      Views

      N

      @devansh-webkul, Thank you so much for your quick help.

    • T

      Delivery Charge.
      • tluanga

      4
      0
      Votes
      4
      Posts
      1342
      Views

      V

      @Vaishali-Agarwal said in Delivery Charge.:

      https://store.webkul.com/laravel-ecommerce-table-rate-shipping.html

      Probably you need to create a custom package as currently we can't implement this on core project... so we have developed the Table Rate Shipping. you may review this
      https://store.webkul.com/laravel-ecommerce-table-rate-shipping.html

    • A

      What is functionality of Visible on Product View Page on Front-end
      • Ankit patel

      4
      0
      Votes
      4
      Posts
      1451
      Views

      Mariesmith99

      <?php

      namespace Ced\HelloWorld\Setup;

      use Magento\Framework\Setup\ModuleContextInterface;

      use Magento\Framework\Setup\ModuleDataSetupInterface;

      use Magento\Framework\Setup\InstallDataInterface;

      use Magento\Eav\Setup\EavSetupFactory;

      class InstallData implements InstallDataInterface

      {

      private $eavSetupFactory;

      public function __construct(EavSetupFactory $eavSetupFactory) {

      $this->eavSetupFactory = $eavSetupFactory;

      }

      public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)

      {

      /**** Attribute names and there data*****/ /* [atr-Code, atr-group, atr-type, label, input, required,default] */ $eavSetup = $this->eavSetupFactory->create(['setup' => $setup]); $attributes = [ ['name' => 'custom_attribute', 'group' => 'Product Details', 'type' => 'text', 'label' => 'Custom Attribute', 'class' => 'validate-number', 'input' => 'text', 'is_used_in_grid' => 1, 'required' => true, 'sort_order' => 20], /*can duplicate the array for more attributes*/ ]; foreach ($attributes as $key => $value) { $eavSetup->addAttribute( \Magento\Catalog\Model\Product::ENTITY, $value['name'], /* Custom Attribute Code */ [ 'group' => $value['group'],/* Group name in which you want to display your custom attribute */[.](https://www.theleathermakers.com/arkham-knight-batman-red-hood-leather-jacket/) 'type' => $value['type'],/* Data type in which formate your value save in database*/ 'backend' => (isset($value['backend'])) ? $value['backend'] : '', 'frontend' => '', 'label' => $value['label'], /* lablel of your attribute*/ 'input' => $value['input'], 'frontend_class' => ((isset($value['class'])) ? $value['class'] : ''), 'global' => \Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface::SCOPE_GLOBAL, 'visible' => (isset($value['visible'])) ? $value['visible'] : true, 'required' => $value['required'], 'source' => (isset($value['source'])) ? $value['source'] : '', 'option' => (isset($value['option'])) ? $value['option'] : '', 'user_defined' => (isset($value['user_defined'])) ? $value['user_defined'] : false, 'sort_order' => 50, 'default' => (isset($value['default'])) ? $value['default'] : '', 'note' => (isset($value['note'])) ? $value['note'] : '', 'searchable' => true, 'filterable' => true, 'comparable' => true, 'visible_on_front' => false, 'used_in_product_listing' => true, 'unique' => false, 'is_used_in_grid' => (isset($value['is_used_in_grid'])) ? $value['is_used_in_grid'] : 0, ] ); }

      }
      }