Search found 16 matches

by garwat82
14 Jan 2015, 18:09
Forum: Symfony bundle
Topic: Core parameters in Symfony routes
Replies: 5
Views: 8514

Re: Core parameters in Symfony routes

OK, I will care about this and get back to you when its done.

Garret
by garwat82
14 Jan 2015, 17:35
Forum: Symfony bundle
Topic: Core parameters in Symfony routes
Replies: 5
Views: 8514

Re: Core parameters in Symfony routes

I did some research and asked the Symfony developers yesterday and both was negative. The Symfony developers wouldn't do this either as it will complicate things a lot for them (see https://github.com/symfony/symfony/issues/13400). They suggested to do this in the bundle and I fear this isn't a grea...
by garwat82
14 Jan 2015, 17:00
Forum: Symfony bundle
Topic: Core parameters in Symfony routes
Replies: 5
Views: 8514

Core parameters in Symfony routes

Hi there Tried to make some parameters like "d-product-id" part of the Symfony route, e.g. "/detail/{d-product-id}" but that doesn't work as Symfony allows only word characters and no dashes for the placeholders. I'm thinking about converting dashes to underscores somewhere but t...
by garwat82
05 Jan 2015, 21:37
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17348

Re: Product import and export

Hi there In the last weeks I've toyed a lot with product exports in the way we've discussed. At first, I did a very basic implementation for site maps until I found the container/content utility classes in lib/mwlib of the core. They simplified the code a lot when it comes to handling file container...
by garwat82
18 Dec 2014, 13:07
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17348

Re: Product import and export

This leads us to three necessary exports: - full import/export - "medium" export for amazon, ebay, yandex, etc. - reduced export for sitemaps The amount of data is different in each case and they only share the fact that they need the product data (more or less detailed). Most of the expor...
by garwat82
18 Dec 2014, 12:32
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17348

Re: Product import and export

Hi For me it would be great to have some kind of XML import/export with all details that belong to a product. If the exported XML can be imported again and resembles the original product data, this would ease migration between shop instances a lot. I've also thought about this a little bit and I thi...