Inhalte aufrufen

Profilbild

How to Add Book Author


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
4 Antworten zu diesem Thema

#1 prptn

prptn

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 04 February 2023 - 02:55

I am creating website for online book store. How to customize and add book author with many to many relation with the products?



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 06 February 2023 - 16:06

This would require creating a new module that binds a new entity for the author to the product entity. Technically speaking, the author entity would have to be implemented similarly, as other optional references, such as the shipping method. We are currently building a documentation  for developers that explains the technical details of something like this.

Marcus Gesing

Smartstore AG


#3 prptn

prptn

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 07 February 2023 - 08:24

Thank you for the detailed explanation. Can you provide an estimated timeline for when the documentation for developers will be available? I'm interested in implementing this solution for my project. Thank you.



#4 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 07 February 2023 - 16:11

I do not know a date yet, unfortunately. A first, unfinished draft can be seen here. I would recomment to study the code of the GMC module. That also contains its own domain entity called GoogleProduct.

  • prptn gefällt das

Marcus Gesing

Smartstore AG


#5 prptn

prptn

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 07 February 2023 - 16:25

Thank you for the information. I'll take a look at the unfinished draft and study the GMC module.