Entwicklung
ID #1012
Wie erhalte ich die Rabatte im Shop über die RedSYS eigenen Methoden?
| $basket -> getSingleQuantityPrice($basketitem_id,2); -> with rabat ("2" is optional) $basket -> getSingleQuantityPrice($basketitem_id,2,true); -> without discount $basket -> getPrice(2); -> with rabat ("2" is optional) $basket -> getPrice(2,true); -> without discount $basket -> getSinglePrice($basketitem_id,2); -> with rabat ("2" is optional) $basket -> getSinglePrice($basketitem_id,2,true); -> without discount |
Tags: -
Verwandte Artikel:
- Wie kann ich eine Shopstruktur aus dem Commerce-Bereich im Sitemenü ausgeben?
- Ich habe in der Community "Kundenattribute" mit "Attributseiten" und "Attributgruppen" angelegt, aber ich sehe keine Felder, wenn ich einen Kunden anlege.
- How to make input tag ("<input ....>") with "disabled" or "readonly" attribute using your class in RedSYS ? $form = new form("MyForm"); $form -> startTag(); $form -> text("Fieldname"); $form -> endTag();
- I'm playing around the community thing in redsys. I've got a question to attributes. Added "Kundenattributes" with "Attributseiten" and "Attributgruppen" but I don't see this data when I add a new Customer. It should be visible there or not ?
- Ich kann mit dem Parameter l keine neue Sprache erstellen, es wird immer deutsch zurückgegeben.
Letzte Änderung des Artikels: 2008-06-06 11:00
Verfasser des Artikels: RedSYS Dev Team
Revision: 1.0
Es ist möglich, diesen Artikel kommentieren