Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. andrewc
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    andrewc

    @andrewc

    1
    Reputation
    14
    Posts
    36
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    andrewc Follow

    Posts made by andrewc

    • RE: Target class [Webkul\Product\Helpers\Price] does not exist.

      How do I go about downloading v0.2.2?

      posted in Bug Report
      A
      andrewc
    • RE: Target class [Webkul\Product\Helpers\Price] does not exist.

      Dont understand how Bagisto would release a v1 but then its "source of income" ie paid modules are not compatible with it.. ???
      And then I spend allot of time trying to figure out whats going on only to find its not compatible and I need to revert re-install etc... such a waste of time.

      posted in Bug Report
      A
      andrewc
    • RE: Target class [Webkul\Product\Helpers\Price] does not exist.

      Current latest downloadable one... v1?

      posted in Bug Report
      A
      andrewc
    • After Upgrade error access /velocity: Trying to get property 'advertisement' of non-object

      Open: /var/www/vhosts/morningstarfoods.co.za/bagisto_v1/packages/Webkul/Velocity/src/Http/Controllers/Admin/ConfigurationController.php
      * Create a new controller instance.
      *
      * @param \Webkul\Velocity\Repositories\MetadataRepository $metaDataRepository
      */

      public function __construct (
          VelocityMetadataRepository $velocityMetadataRepository
      ) {
          $this->_config = request('_config');
          
          $this->velocityHelper = app('Webkul\Velocity\Helpers\Helper');
      
          $this->velocityMetaDataRepository = $velocityMetadataRepository;
      }
      
      public function renderMetaData()
      {
          $velocityMetaData = $this->velocityHelper->getVelocityMetaData();
      
          if ( $velocityMetaData->advertisement ) {
              $velocityMetaData->advertisement = $this->manageAddImages(json_decode($velocityMetaData->advertisement, true));
          }
      
          return view($this->_config['view'], [
              'metaData' => $velocityMetaData
          ]);
      }
      
      public function storeMetaData($id)
      {
          // check if radio button value
          if (request()->get('slides') == "on") {
              $params = request()->all() + [
                  'slider' => 1
              ];
          } else {
              $params = request()->all() + [
                  'slider' => 0
              ];
          }
      

      Arguments
      "Trying to get property 'advertisement' of non-object"

      posted in Bug Report
      A
      andrewc
    • Target class [Webkul\Product\Helpers\Price] does not exist.

      After a Bagisto update and updating latest POS package I get the following error in console when accessing POS frontend.

      • No products show

      message: "Target class [Webkul\Product\Helpers\Price] does not exist."
      exception: "Illuminate\Contracts\Container\BindingResolutionException"
      file: "/var/www/vhosts/morningstarfoods.co.za/bagisto_v1/vendor/laravel/framework/src/Illuminate/Container/Container.php"
      line: 805

      posted in Bug Report
      A
      andrewc
    • RE: Upgrade Bagisto Version - Instructions not working

      I eventually get things semi working, by googling and running some commands.

      Example when moving the storage directory as instructed into the new project, I had to first correct its folder permissions/owners.

      I would recommend setting up a FAQ below those upgrade instructions so as to record and answer any troubleshooting.

      posted in Installing Bagisto
      A
      andrewc
    • Upgrade Bagisto Version - Instructions not working

      As your software is continuously being developed it is imperative that we have up-to-date upgrade instructions that actually work.

      Just needed to upgrade my installation and followed the instructions on: https://devdocs.bagisto.com/upgrade_to_latest_bagisto.html

      Went through all instructions but the site is not loading correctly now.

      posted in Installing Bagisto
      A
      andrewc
    • Set currency Symbol

      It does not seem possible to set a currency symbol where the symbol differs from the 3 character currency code.

      posted in Knowledge Base
      A
      andrewc
    • RE: problem with image resizings

      If we are making code changes, how will we update Bagisto when a new release comes out?

      posted in Bug Report
      A
      andrewc
    • POS error completing payment

      When adding multiple custom products to the checkout and trying to complete the transaction the system dies.

      This is the error:

      exception: "Illuminate\Database\QueryException"
      file: "/var/www/vhosts/xxxx/httpdocs/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
      line: 664
      message: "SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'custom-2019-10-01-19:34:37' for key 'products_sku_unique' (SQL: insert into products (type, attribute_family_id, sku, updated_at, created_at) values (simple, 1, custom-2019-10-01-19:34:37, 2019-10-01 19:34:37, 2019-10-01 19:34:37))"
      trace:

      posted in Bug Report
      A
      andrewc