Re: [oxid-dev-general] inherit seo urls for oxcontents

2012-12-20 Thread Arturas Sevcenko
Hi,
Thanks for sharing your experiences!
I have one question, if I understood you correctly, you want for example same 
cms page of one of the languages to be displayed in 4 different subshops?

Arturas Sevcenko
Software Developer

arturas.sevce...@oxid-esales.commailto:arturas.sevce...@oxid-esales.com
Fon +370 613 93793
www.oxid-esales.comhttp://www.oxid-esales.com?campaign=emailsignatur/oxid-esales-com



OXID eSales AG
Bertoldstraße 48
79098 Freiburg
Deutschland

Vorstand: Roland Fesenmayr (Vorsitzender), Andrea Seeger
Vorsitzender des Aufsichtsrats: Harald Fuchs, Sitz: Freiburg
Amtsgericht Freiburg i. Br., HRB 701648, USt-IdNr.: DE231450866



From: dev-general-boun...@lists.oxidforge.org 
[mailto:dev-general-boun...@lists.oxidforge.org] On Behalf Of Marcel Müller
Sent: Thursday, December 20, 2012 10:31 AM
To: dev-general@lists.oxidforge.org
Subject: [oxid-dev-general] inherit seo urls for oxcontents

We've got an oxid enterprise edition running since a few weeks with the 
following master/subshop structure:

Mastershop
- Subshop.de (Language DE)
- Subshop.fr (Language FR)
- Subshop.com (Language EN)
- Subshop.ch (Language DE default, FR and EN to choose)

Most of the shop contents are controllable over the master shop except the 
content pages.

To save time on content management, we don't want this redundant content system.
With actually 4 shops, 3 languages and lets say 50 cms sites we have to manage 
600 pages.

So our plan is to inherit the cms system. That's no problem for the contents 
self but for the seo urls.

Is there anybody who had inherit his seo urls for the oxcontents?

We do not know much about the seo de/encoder and would be happy about 
experiences.


Marcel Müller
Webdevelopment / Projectmanagement
eMail: m...@aikme.demailto:m...@aikme.de
[http://static.aikme.de/mail/sig.jpg]

aikme GmbH
Rheinstraße 43-45
55116 Mainz / Germany
Telefon: 06131 92 06 503
Telefax: 06131 92 08 334
www.aikme.dehttp://www.aikme.de


___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Re: [oxid-dev-general] inherit seo urls for oxcontents

2012-12-20 Thread Arturas Sevcenko
Theoretically the overwriting should work.
Also remember that in admin Customer Info/CMS Pages SEO tab your entered URL 
info should be changed to save only to master shop too.

Arturas Sevcenko
Software Developer

arturas.sevce...@oxid-esales.commailto:arturas.sevce...@oxid-esales.com
Fon +370 613 93793
www.oxid-esales.comhttp://www.oxid-esales.com?campaign=emailsignatur/oxid-esales-com



OXID eSales AG
Bertoldstraße 48
79098 Freiburg
Deutschland

Vorstand: Roland Fesenmayr (Vorsitzender), Andrea Seeger
Vorsitzender des Aufsichtsrats: Harald Fuchs, Sitz: Freiburg
Amtsgericht Freiburg i. Br., HRB 701648, USt-IdNr.: DE231450866



From: dev-general-boun...@lists.oxidforge.org 
[mailto:dev-general-boun...@lists.oxidforge.org] On Behalf Of Marcel Müller
Sent: Thursday, December 20, 2012 5:59 PM
To: dev-general@lists.oxidforge.org
Subject: Re: [oxid-dev-general] inherit seo urls for oxcontents

Hello Arturas,

yes that's right.

Every page in every language should be located in master shop. (1)

The subshops mustn't have any pages then.

For content it works when i inherit oxcontents.php like that:

$sSelect = $this-buildSelectString( array( 
$sContentsTable.'.oxloadid' = $sLoadId,
$sContentsTable.'.oxactive' = 
'1',
-   $sContentsTable.'.oxshopid' = 
$this-getConfig()-getShopId() ) ); //all Contents from Master Shop
+  $sContentsTable.'.oxshopid' = 
'1' ) ); //all Contents from Master Shop

$return = $this-assignRecord( $sSelect );

But a.t.m. i've no idea if it works for the seo de/encoder which isn't 
inheritable.
Our idea is to overwrite it while extending oxSeoEncoderContent.


Mit freundlichen Grüßen

Marcel Müller
Webentwicklung / Projektmanagement
E-Mail: m...@aikme.demailto:m...@aikme.de
[http://static.aikme.de/mail/sig.jpg]

aikme GmbH
Rheinstraße 43-45
55116 Mainz / Deutschland
Telefon: 06131 92 06 503
Telefax: 06131 92 08 334
www.aikme.dehttp://www.aikme.de

_

aikme GmbH
Geschäftsführer: Sascha Coldewey
Sitz in Mainz, Registergericht: Wiesbaden
Registernummer: HRB 26327
Umsatzsteuer ID: DE282561622
_


Am Donnerstag, 20. Dezember 2012 um 16:50 schrieb Arturas Sevcenko:

Hi,

Thanks for sharing your experiences!

I have one question, if I understood you correctly, you want for example same 
cms page of one of the languages to be displayed in 4 different subshops?



Arturas Sevcenko
Software Developer

arturas.sevce...@oxid-esales.commailto:arturas.sevce...@oxid-esales.com
Fon +370 613 93793
www.oxid-esales.comhttp://www.oxid-esales.com?campaign=emailsignatur/oxid-esales-com



OXID eSales AG
Bertoldstraße 48
79098 Freiburg
Deutschland

Vorstand: Roland Fesenmayr (Vorsitzender), Andrea Seeger
Vorsitzender des Aufsichtsrats: Harald Fuchs, Sitz: Freiburg
Amtsgericht Freiburg i. Br., HRB 701648, USt-IdNr.: DE231450866







From: 
dev-general-boun...@lists.oxidforge.orgmailto:dev-general-boun...@lists.oxidforge.org
 [mailto:dev-general-boun...@lists.oxidforge.org] On Behalf Of Marcel Müller
Sent: Thursday, December 20, 2012 10:31 AM
To: dev-general@lists.oxidforge.orgmailto:dev-general@lists.oxidforge.org
Subject: [oxid-dev-general] inherit seo urls for oxcontents



We've got an oxid enterprise edition running since a few weeks with the 
following master/subshop structure:



Mastershop

- Subshop.dehttp://Subshop.de (Language DE)

- Subshop.frhttp://Subshop.fr (Language FR)

- Subshop.comhttp://Subshop.com (Language EN)

- Subshop.chhttp://Subshop.ch (Language DE default, FR and EN to choose)



Most of the shop contents are controllable over the master shop except the 
content pages.



To save time on content management, we don't want this redundant content system.

With actually 4 shops, 3 languages and lets say 50 cms sites we have to manage 
600 pages.



So our plan is to inherit the cms system. That's no problem for the contents 
self but for the seo urls.



Is there anybody who had inherit his seo urls for the oxcontents?



We do not know much about the seo de/encoder and would be happy about 
experiences.



Marcel Müller
Webdevelopment / Projectmanagement
eMail: m...@aikme.demailto:m...@aikme.de

[http://static.aikme.de/mail/sig.jpg]


aikme GmbH
Rheinstraße 43-45
55116 Mainz / Germany
Telefon: 06131 92 06 503
Telefax: 06131 92 08 334
www.aikme.dehttp://www.aikme.de



___
dev-general mailing list
dev-general@lists.oxidforge.orgmailto:dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Re: [oxid-dev-general] action widget

2015-02-19 Thread Arturas Sevcenko
Hi,

Give me some time to double check this.

Cheers,
Arturas

On 2015.02.17 18:20, Joscha Krug | marmalade GmbH wrote:
Hi,

we also need that. Thanks for bringing it up again @Tabsl.

Best regards,

Joscha

//-

Joscha Krug
marmalade GmbH

www.marmalade.dehttp://www.marmalade.de/
k...@marmalade.demailto:k...@marmalade.de

Leibnizstr.25
39104 Magdeburg
GERMANY

phone: +49 (0) 391 / 559 22 104
fax:  +49 (0) 391 / 559 22 106
Am 17.02.2015 um 17:10 schrieb Tobias Merkl:
Hey guys,

How can i use an action widget, e. h. to display all topseller or new products 
in sidebar, without a module?

It was not possible, so i created a PR: 
https://github.com/OXID-eSales/oxideshop_ce/pull/37
But this PR was rejected allegedly because the function is integrated since 
oxid 4.9.

Regards

Tobias


---
Proud Sourcing GmbH
Kurpfalzstr. 14
55218 Ingelheim

Tel: +49 (0) 6132 / 73 58 14 80
eMail: me...@proudsourcing.demailto:me...@proudsourcing.de




___
dev-general mailing list
dev-general@lists.oxidforge.orgmailto:dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general




___
dev-general mailing list
dev-general@lists.oxidforge.orgmailto:dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general
___
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general