Search found 8 matches

by carlos_valdes
07 Jun 2020, 03:16
Forum: Laravel package
Topic: Products Out of Stock
Replies: 7
Views: 1972

Re: Products Out of Stock

Thanks, i have disabled to product stock plug in, can i leave it like that for production server??

Im really not interested on stock levels since, most of my products are virtual or on demand..
by carlos_valdes
07 Jun 2020, 03:11
Forum: Laravel package
Topic: currency format not working
Replies: 2
Views: 940

Re: currency format not working

Perfect, solved! :D
by carlos_valdes
05 Jun 2020, 16:44
Forum: Laravel package
Topic: currency format not working
Replies: 2
Views: 940

currency format not working

Hi, i have a problem displaying MXN peso format. the correct format is like this $ 1,000,000.00 but prices continue to display as $1.000.000.00 here is my config: 'i18n' => [ 'es' => [ 'currency' => [ 'MXN' => '$', ], 'client/code' => [ 'price:default' => ['%2$s %1$s'], '%1$s %2$s' => ['%2$s %1$s'],...
by carlos_valdes
05 Jun 2020, 15:49
Forum: Laravel package
Topic: Products Out of Stock
Replies: 7
Views: 1972

Re: Products Out of Stock

i have manually removed the mbshop_stock entries from db table. the problem persists. :(
:(
by carlos_valdes
04 Jun 2020, 13:25
Forum: Laravel package
Topic: Products Out of Stock
Replies: 7
Views: 1972

Re: Products Out of Stock

I guess not, the weird thing is that this happens with just some products. This is the stock configuration for one of these products 2020-06-04 08_18_07-Aimeos administration interface.png This is the stock type config. I´ve changed the code and label to "Stock" just to try to find out wha...
by carlos_valdes
03 Jun 2020, 13:46
Forum: Laravel package
Topic: Products Out of Stock
Replies: 7
Views: 1972

Products Out of Stock

I cant find the problem, i have different products that whenever added to the basket display errors like "Product is out of stock", "Remove item from basket", but these products do have stock. Actually at the details page it shows the stock level as high. I have no idea what is h...
by carlos_valdes
23 Apr 2020, 15:33
Forum: Laravel package
Topic: Price calculation
Replies: 2
Views: 814

Re: Price calculation

OK, that sound right.

Just that i would like to stop having actual product stock, therefore the price will change because ill buy on demand.

Your suggestion acutually is the best idea, currently im handling it like that, but im just exploring solutions.

cheers
by carlos_valdes
22 Apr 2020, 23:58
Forum: Laravel package
Topic: Price calculation
Replies: 2
Views: 814

Price calculation

Hi! This is one of the best and most complete project i´ve ever seen. Thank you for that! Im an experienced back-end developer and currently in the stage where i am learning how its programmed, still have a lot of questions and i will definitely try to solve them on my own. I sell products and the p...