Hey @mikeyapina , Promotions can be finicky. You have to enable them for each customer group that you have; guest, general, and / or wholesale. That should enable the promotions to work. Otherwise, I am not sure what that paypal issue is you're describing, sorry I cant provide any more insight there.
lukasyelle
@lukasyelle
Posts made by lukasyelle
-
RE: 6 issues - in cart -- paypal says already purchased new purchase - address cannot not choose , cart adds values and cannot delete values
-
Missing Product Price Helper class using BulkUpload extension
Hi there @devansh-webkul and others! I am in the midst of migrating products from Shopify to Bagisto utilizing, in part, the BulkUpload extension that is provided by Bagisto. I ran into an error when importing configurable products, it seems that the
Webkul\Product\Helpers\Price
class is just completely missing from my Bagisto instance. Any chance anyone has that file?The BulkUpload's HelperRepository class is trying to use that file on line 192, while adding the price to a configurable product:
$productFlat->{$attribute->code} = app('Webkul\Product\Helpers\Price')->getVariantMinPrice($product);
. I am not sure as to the exact functionality of that method or I would just reimplement it myself. -
RE: Custom Theme in Separate Package
Hi there! @porl @devansh-webkul @developerus Is it possible to do this better by utilizing
php artisan vendor:publish
and selecting the appropriate custom package to publish? My team is trying to do something similar, but are running into the same issue and the relative path solution seems suspect to me. There has to be a better way.
-
RE: Postgresql
Hey there. I have tried to use Laravel's built in pgsql driver to run Bagisto with postgresql, but the migrations they have written do not seem to be compatible with the driver. Thats part of the downside to writing complex table structures, as they can become tied down to one system. I myself prefer Postgres when compared to MySQL as well, but it seems MySQL will have to do for now.