Search found 8 matches

by KevinPopkorn
18 Jun 2019, 10:46
Forum: Help
Topic: How to add x2, x4, ... product bundles
Replies: 4
Views: 1803

Re: How to add x2, x4, ... product bundles

The issue here is that we want the stock levels to be linked across all these bundles.
by KevinPopkorn
18 Jun 2019, 10:31
Forum: Help
Topic: How to add x2, x4, ... product bundles
Replies: 4
Views: 1803

Re: How to add x2, x4, ... product bundles

Alright, thanks for the info. Can we still have that as a seperate product show up in the list? As shown in attachment. If not I'll opt with out PM to just use the "price per 2, 4, ..." way. Unrelated question: How do we change the order of products in the unordered list to show in a defau...
by KevinPopkorn
17 Jun 2019, 12:47
Forum: Help
Topic: How to add x2, x4, ... product bundles
Replies: 4
Views: 1803

How to add x2, x4, ... product bundles

Hi, I can't seem to find how to do this, but how can I make a bundle that contains multiples of a product? We want to have on our website a product that's for example: 30 euros for 1, but 50 euros for 2. I thought I would make the product as an article, and then create bundles with multiples of that...
by KevinPopkorn
05 Feb 2019, 14:28
Forum: Laravel package
Topic: Overwriting templates
Replies: 6
Views: 2353

Re: Overwriting templates

Update: This command saved the day :)

php artisan optimize:clear

Seems everything was stuck in cache.
by KevinPopkorn
05 Feb 2019, 14:14
Forum: Laravel package
Topic: Overwriting templates
Replies: 6
Views: 2353

Re: Overwriting templates

This seems like a different issue entirely, my templates seem hard stuck in cache, eventhough I cleared it all through aimeos:cache etc. I don't see my colleague's adjustments that are there in files on my localhost in the rendered page.
by KevinPopkorn
04 Feb 2019, 11:52
Forum: Laravel package
Topic: Overwriting templates
Replies: 6
Views: 2353

Re: Overwriting templates

Yes, have the .blade.php but it still refuses to overwrite the partial. We have it working without blade, but if we try to change it to a blade it doesn't take it. Edit: Seems there's some special magic going on as it seems to work for my colleague and on production environment but not on my machine...
by KevinPopkorn
04 Feb 2019, 10:01
Forum: Laravel package
Topic: Overwriting templates
Replies: 6
Views: 2353

Re: Overwriting templates

Hi, thanks for the info but I apparently missed Catalog in the copy paste, it is there in our code :) We tried adding our own ext but it still didn't seem to want to overwrite the templates, that's why we went with the configuration method instead. Edit: We did try to use blade templates, not sure i...
by KevinPopkorn
04 Feb 2019, 08:18
Forum: Laravel package
Topic: Overwriting templates
Replies: 6
Views: 2353

Overwriting templates

Hi, I'm not sure if we're getting the way we have to overwrite templates correctly, would be nice if someone could shed some light on this :) We are listing the templates we are overwriting in the shop config "client, html, <component>" array structure, but it seems to be a bit unclear on ...