Forums / Setup & design / How the days go by.

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How the days go by.

Author Message

Martin Ulrich

Monday 08 September 2003 4:49:25 am

In product.tpl the code
... {section name=ContentAction loop=$content_object.content_action_list show=$content_object.content_action_list} ....

gives me two buttons (add to cart and add two wishlist).

idiot questions:

1. How and where I change the priority of the buttons? Is there a template?
2. How is the code to see only ONE button (cart oder wishlist) (something with parameter "show", I think, but I'm too stupid for this)

:-)
perhaps somebody wants to help a n amateur

_______________________

http://artenic.de ARTENIC - Publishing mit allen Mitteln!

Bjørn Kaarstein

Monday 08 September 2003 4:54:58 am

In your site.ini or site.ini.append you'll find the block

[TemplateSettings]
Debug=disabled

Set this to enabled, and you will see which templates is being used where. Then you can take a look in the correct templates and find out where the buttons are made.

By priority, I assume you mean the order of the buttons. This is just basic HTML in the templates and can be modified.

Regards Bjørn