Search found 20 matches

by wassim.hattab
02 Sep 2016, 08:14
Forum: Laravel package
Topic: Multi-Shop Ecommerce with Aimeos?
Replies: 11
Views: 6472

Multi-Shop Ecommerce with Aimeos?

Hello,
I noticed in the aimeos database that i have siteid that is used in case i have multi shop each admin see the product/catalog that has the same site id that he owns,
But my question is how can i give each new admin his own site id?
by wassim.hattab
01 Aug 2016, 13:55
Forum: Laravel package
Topic: Upload PNG Problem
Replies: 4
Views: 2867

Re: Upload PNG Problem

The problem was solved when adding this row in save function:
imagesavealpha($this->image, TRUE);
by wassim.hattab
01 Aug 2016, 13:12
Forum: Laravel package
Topic: Upload PNG Problem
Replies: 4
Views: 2867

Re: Upload Failed (undefined)

This is a screen shot about the image i'm trying to upload and the result when i upload it via aimeos
by wassim.hattab
01 Aug 2016, 11:15
Forum: Laravel package
Topic: Upload PNG Problem
Replies: 4
Views: 2867

Re: Upload Failed (undefined)

When i removed the debugger from the config all goes fine but when i upload a png image with transparency it replace the transparency with a color (white or yellow or black it depends on the image) does anyone faced this problem
by wassim.hattab
29 Jul 2016, 11:29
Forum: Laravel package
Topic: Upload PNG Problem
Replies: 4
Views: 2867

Upload PNG Problem

I'm trying to add catalogs in aimeos all is fine but when i try to add a media in the catalog i get Upload Failed (undefined) i tried to upload jpg and png images and i got same error.
by wassim.hattab
27 Jul 2016, 12:13
Forum: Laravel package
Topic: Paypal Checkout error
Replies: 1
Views: 1694

Paypal Checkout error

I'm getting the following error when i buy something using paypal :
Sending order failed: "error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure"
It;s not redirecting me to paypal sandbox..
Any suggestions?
by wassim.hattab
22 Jul 2016, 09:12
Forum: Laravel package
Topic: Get products in page other than catalog/list
Replies: 3
Views: 2917

Re: Get products in page other than catalog/list

Yeah i know i'm using the aimeos table i'm putting my services as a products but without attributes.. But my question was if i don't want to use the catalog list page, if i created a new page and i want to get those array of products in my new page how can i do it?
by wassim.hattab
21 Jul 2016, 12:37
Forum: Laravel package
Topic: Get products in page other than catalog/list
Replies: 3
Views: 2917

Get products in page other than catalog/list

Hello, I'm creating a page to list services that i want to sell with aimeos, but in my case i don't have colors, length,.. so i don't have a detail page, I created the services i want to display from aimeos backend interface. I want to show this product in a new page that i created. How can i get th...
by wassim.hattab
20 Jul 2016, 09:32
Forum: Help
Topic: Aimeos Attribute
Replies: 3
Views: 2854

Re: Aimeos Attribute

Yes it worked when i added Configurable instead of Standard
by wassim.hattab
13 Jul 2016, 09:49
Forum: Help
Topic: Aimeos Attribute
Replies: 3
Views: 2854

Aimeos Attribute

Hello, I downloaded the aimeos demo and working on it, I'm trying to add new products with new images ,colors, width and length but the colors , width and length are not showing on the frontend. https://www.linteractif.com/data/dunno/aimeos2.png https://www.linteractif.com/data/dunno/aimeos3.png Had...