Jump to content
xt:Commerce Community Forum

[products] Master/Slave Optionen im Warenkorb/Checkout


mzanier

Recommended Posts

Einfach folgenden Hookpoint zu dem Plugin hinzufügen:

Name:

class.order.php:_buildData_bottom[/CODE]

[PHP] include_once _SRV_WEBROOT._SRV_WEB_PLUGINS.'xt_show_ms_options/classes/class.xt_ms_options.php';

$xt_ms_opt = new xt_ms_options();

foreach ($order_data['order_products'] as $key => $val) {
$products_id = $val['products_id'];
$order_data['order_products'][$key]['products_information']['content_admin']=$xt_ms_opt->_getCartOptions($products_id);
}[/PHP]

Link to comment
Share on other sites

  • 2 months later...
  • 5 months later...

Hallo,

ist dieses Modul noch aktuell? Die herunterladbare Version im ersten Beitrag von Herrn Zanier lautet ja von 2009 ...

ich möchte in einem aktuellen Veyton-Shop der Version 4.0.15 die vom Kunden gewählten Slave-Attribute im Warenkorb anzeigen lassen. Kann ich dafür dieses Modul verwenden? Oder ist diese Funktion mittlerweile im Core integriert?

Danke und Gruß,

Sebastian

Link to comment
Share on other sites

  • 2 years later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...