Search found 5 matches

by Golfmad
08 Nov 2018, 12:23
Forum: Help
Topic: Is this an accepted way of retrieving data?
Replies: 1
Views: 1237

Is this an accepted way of retrieving data?

Hi New to Laravel and this framework, I just wanted to check to see if this is an accepted/recommended method of getting data about "items". For example I wanted to retrieve the short description about a category so I did the following. //var_dump($catItem->getRefItems( 'text' )) $text_for...
by Golfmad
07 Nov 2018, 12:47
Forum: Laravel package
Topic: Category Stage Images Not Showing
Replies: 2
Views: 1237

Re: Category Stage Images Not Showing

Ok after a bit more playing around, I set the image to Icon and it is now showing up. Can someone explain why the cat image set to Icon is loading in the stage template, I would have thought you would have needed to set the image type to "Stage"
by Golfmad
07 Nov 2018, 12:16
Forum: Laravel package
Topic: Category Stage Images Not Showing
Replies: 2
Views: 1237

Category Stage Images Not Showing

I have installed Aimeos locally and its working great but Im having issues showing new category images that I have uploaded. When I go to the cat page I get an empty <div class="catalog-stage-image"></div> even with the default templates not touched. The new image is uploaded correctly and...
by Golfmad
01 Nov 2018, 11:46
Forum: Help
Topic: Missing Product Images From Localhost as :8000 is missing.
Replies: 2
Views: 1641

Missing Product Images From Localhost as :8000 is missing.

Installed locally and have it up and running, however I've hit a bit of a stumbling block as locally uploaded images are not showing in admin or frontend. Given the folders the correct permissions and the image is actually being uploaded. I have noticed that when I look at the image URL it is lookin...