Search found 40 matches

by jramirezgranada
04 Dec 2018, 20:24
Forum: Laravel package
Topic: Skip Delivery step
Replies: 1
Views: 1080

Skip Delivery step

Hi there;

I would like to skip delivery step on checkout depending of some conditions, How can I do it from code ? Thanks

Laravel 5.6
Aimeos Core 2018.07.12
Aimeos Laravel 2018.07.2

Thanks
by jramirezgranada
27 Nov 2018, 17:22
Forum: Laravel package
Topic: Get parent product
Replies: 5
Views: 1951

Re: Get parent product

Sorry 2018.07, it does it work in that version?
by jramirezgranada
27 Nov 2018, 17:18
Forum: Laravel package
Topic: Get parent product
Replies: 5
Views: 1951

Re: Get parent product

Does it work in 2017.07 ?

Thanks
by jramirezgranada
27 Nov 2018, 14:20
Forum: Laravel package
Topic: Get parent product
Replies: 5
Views: 1951

Get parent product

Hi there;

I have a selection products with 3 variants product, is there a way to know what is the parent product of those variants ?

Thanks
by jramirezgranada
07 Nov 2018, 18:20
Forum: Laravel package
Topic: Scale Image
Replies: 1
Views: 1184

Scale Image

Hi there; I'm extending namespace Aimeos\Controller\Common\Media\Standard controller to add more images like a thumbnail using the original image. The process is working good, but the new image is't good, it doesn't have a good proportion and it's pixeled. Look the original image, 2018.11.07_13.16.3...
by jramirezgranada
01 Nov 2018, 16:02
Forum: Laravel package
Topic: New Images for Product
Replies: 1
Views: 1006

New Images for Product

Hi there;

we have one image for a product but multiple sizes, can I upload only one image and do multiple resizes and save it as product images in the admin ?
Is there a way to do that, or i need to create a custom function for that ??

Thanks
by jramirezgranada
21 Oct 2018, 16:21
Forum: Laravel package
Topic: Error saving characteristics attributes
Replies: 4
Views: 2240

Re: Error saving characteristics attributes

Yes, but the code in the mshop_index_attribute is 32 characters. That does not make sense. It is breaking up the data integrity.
by jramirezgranada
18 Oct 2018, 20:28
Forum: Laravel package
Topic: Error saving characteristics attributes
Replies: 4
Views: 2240

Re: Error saving characteristics attributes

I noticed this: I have this attribute: Note: If I try to save this attribute i got the above error. id: 5 typeid: 125 siteid: 1 domain: product code: www.company.com/path/anthony-mancuso.html label: Anthony Mancuso pos: 4 status: 1 mtime: 2018-10-18 08:28:47 ctime: 2018-10-18 08:28:47 Also I have th...
by jramirezgranada
18 Oct 2018, 16:41
Forum: Laravel package
Topic: Error saving characteristics attributes
Replies: 4
Views: 2240

Error saving characteristics attributes

Hi there; When I'm saving a product with multiple attributes with the same attribute type I'm getting this error: An exception occurred while executing '\n \t\t\t\t\t\tSELECT msupli."id" AS "supplier.lists.id", msupli."parentid" AS "supplier.lists.parentid",\n...
by jramirezgranada
18 Oct 2018, 14:38
Forum: Laravel package
Topic: Remove Index from Table
Replies: 1
Views: 1013

Remove Index from Table

Hi there; I've create a product.php file inside custom/setup/default/schema to modify some stuff in the database. return array( 'exlcude' => array( 'unq_mspropr_sid_tid_lid_value', ), 'table' => array( 'mshop_product_property' => function (\Doctrine\DBAL\Schema\Schema $schema) { $table = $schema->ge...