Search found 43 matches

by xarga
06 Apr 2020, 22:41
Forum: Laravel package
Topic: Option to Add a variable Tip
Replies: 3
Views: 1476

Option to Add a variable Tip

In light of Covid 19 delivery risks, restaurant delivery personnel want to present customers with the OPTION of adding a variable tip to the order - similar to that now seen in many cafe's using tablets and touch screen point of sale devices. After completing product selection and during final check...
by xarga
03 Apr 2020, 20:26
Forum: Laravel package
Topic: Product search function problems - possible bug?
Replies: 7
Views: 4618

Re: Product search function problems - possible bug?

this doesn't work it just defaults to the root category Per your suggestion in app/Http/Controllers/HomeController.php I have: public function index() { app( 'aimeos.context' )->getConfig()->set( 'client/html/catalog/lists/catid-default', '21' ); return view('home'); } I don't have a default categor...
by xarga
02 Apr 2020, 00:24
Forum: Laravel package
Topic: Product search function problems - possible bug?
Replies: 7
Views: 4618

Product search function problems - possible bug?

Firstly, I ran into the same problems as other users with the search function not searching across the entire product catalog. I had set a default category for the home page to "Catering Pickup Menu" because of Covid19 changing peoples buying behavior. However they could not find products ...
by xarga
01 Apr 2020, 23:28
Forum: Laravel package
Topic: Shipping Calculation based on Order $ amount
Replies: 2
Views: 1293

Re: Shipping Calculation based on Order $ amount

Still wasn't working (shipping value not shown for amounts under $50) and I identified the problem was caused by how I had incorrectly entered the reduction values as shown below: reduction.basket-value-max : 100000 reduction.basket-value-min : 50 Once I corrected this to the following values everyt...
by xarga
31 Mar 2020, 07:39
Forum: Laravel package
Topic: Shipping Calculation based on Order $ amount
Replies: 2
Views: 1293

Shipping Calculation based on Order $ amount

I set up a new shipping service with the following simple objective Orders over $50 will ship free Orders Under $50 will be charged $10 shipping I have Provider : Standard, Reduction reduction.basket-value-max : 100000 reduction.basket-value-min : 50 reduction.percent : 100 reduction.product-costs :...
by xarga
30 Mar 2020, 21:17
Forum: Help
Topic: How to show single level of subcategories with images on home page?
Replies: 4
Views: 5174

Re: How to show single level of subcategories with images on home page?

This doesn't appear to work but perhaps I've implemented it incorrectly? I've copied the shop\app\Http\Controllers\HomeController up into my active extension directory ext\myshop\controller\frontend\HomeController.php In the index method I now have public function index() { $categories = \Aimeos\Sho...
by xarga
26 Mar 2020, 22:08
Forum: Laravel package
Topic: How to display the subcategory links of just one category in a column?
Replies: 2
Views: 1732

Re: How to display the subcategory links of just one category in a column?

Thanks - this worked perfectly. I then moved the tree into a menu that slides out from the left to save valuable space on mobile devices.
by xarga
26 Mar 2020, 21:56
Forum: Help
Topic: How to show single level of subcategories with images on home page?
Replies: 4
Views: 5174

How to show single level of subcategories with images on home page?

This is my first Aimeos project. Currently I have the catalog filter tree residing in a menu that slides out from the left side when a menu icon is clicked. This is working fine. However, on the home page I wish to show only the first level of sub-categories along with their category images and desc...
by xarga
11 Feb 2020, 19:32
Forum: Help
Topic: Image zoom on product detail page rendering much smaller image
Replies: 3
Views: 1846

Re: Image zoom on product detail page rendering much smaller image

Thanks for responding - here's the img tag on the detail page <img class="item" src="http://localhost:8000/preview/4/6/46fc672ca7853b7688842218462948c6.jpg" srcset="http://localhost:8000/preview/4/6/46fc672ca7853b7688842218462948c6.jpg 240w, http://localhost:8000/preview/8/3...
by xarga
10 Feb 2020, 04:02
Forum: Help
Topic: Image zoom on product detail page rendering much smaller image
Replies: 3
Views: 1846

Image zoom on product detail page rendering much smaller image

I'm new to Aimeos. My catalog is loaded with products that all have a single, 2100px wide landscape image. Clicking on the image on the product detail page (image 1) does not zoom in but instead renders a much smaller image (image 2) if the viewport is under about 1650px wide. If it is above this li...