Multiple pages for 1 product

Hi,

i just switched to oxid and wanted to test the community edition. The items for this shop have a lot of information. So the designer decided to make several subpages for each item. In fact the only thing that changes is the text.

  1. How do I create a 2nd, 3rd… page for the same product?

  2. How do I create custom fields for products (only found threads about problems with creating custom fields but no real description how to do it in the first place).

  3. How do I create my own language file? We want to add french as 3rd language and I am kinda stuck with that.

Thanks for the help in advance!

(Latest Oxid eSales CE installed)

[QUOTE=bsc;59661]

  1. How do I create a 2nd, 3rd… page for the same product?
    [/QUOTE]
    Are these different classes of informations? Maybe a solution would be to add more tabs?

[QUOTE=bsc;59661]
2. How do I create custom fields for products (only found threads about problems with creating custom fields but no real description how to do it in the first place).
[/QUOTE]
Sorry - I am no coder

[QUOTE=bsc;59661]
3. How do I create my own language file? We want to add french as 3rd language and I am kinda stuck with that.
[/QUOTE]
check here, there is a french pack as well: https://projects.oxidforge.org/frs/?group_id=21
and some more informations about language packs: http://wiki.oxidforge.org/Downloads/Languages

Maybe another solution for having more content for the articles would be to connect to a cms like typo3? You could implement the content from typo3 into the shop.

http://www.oxid-esales.com/de/news/blog/toxid-connects-oxid-eshop-typo3-and-other-cms

  1. First page will display some normal features, 2nd page will display technical information, 3rd dealer information… It is connected to questions number 2, i just want to have different fields for each product in the table and display them on different pages.

I want to have links like:

shop-name.com/category/productname_overview/
shop-name.com/category/productname_technical/
shop-name.com/category/productname_dealerinfo/

  1. I dont want to integrate another CMS. As far as I know you can add columns to the product table in the database. I can do that but I dont know if I have to do something special or give them special names etc.

Furthermore those fields need to be editable in the admin backend. I am also not sure how to get them there…

  1. Thanks :slight_smile:

check here - this module works with several tabs

I do not know if it already works with the 4.5 version and Azure Theme, just contact D3 for more information.

http://www.oxid-esales.com/en/exchange/extensions/content-tabs?term=2224
http://www.oxidmodule.com/OXID-Professional-4/Module-PE4/Content-Tabs-fuer-Oxid-PE4.html

[QUOTE=bsc;59681]1. First page will display some normal features, 2nd page will display technical information, 3rd dealer information… It is connected to questions number 2, i just want to have different fields for each product in the table and display them on different pages.
[/QUOTE]

Hi bsc,

adding the fields in backend and frontend of the shop isn’t that hard. Just add the collumns in your database in the oxarticle table.

Because of the lazy loading, they should be directly available in the framework (just cleare the tmp-folder once), after you call them in your templates. Saving in admin should also work “out of the box” after you put your fields into the admin-template.

[QUOTE=bsc;59681]
I want to have links like:

shop-name.com/category/productname_overview/
shop-name.com/category/productname_technical/
shop-name.com/category/productname_dealerinfo/

[/QUOTE]
easiest way would be to set in your htaccess-file a new rewrite rule to add a fnc-parameter to the default details page. Via that function you could deliver the details-page with different templates.
[/QUOTE]

Best

Joscha