Jump to content
xt:Commerce Community Forum

Warenkorbanzeige


kolle

Recommended Posts

hallo leute,

kleines randproblem: die box warenkorb soll erst angezeigt werden, wenn etwas darin ist (ansonsten unsichtbar sein).

unter osc ist das problem wie folgt gel?st (danke an linda mcgrath):

Code:

if ($cart->count_contents() >= 1) {

require(DIR_WS_BOXES . 'shopping_cart.php');

}

meine frage: wie krieg ich's unter xtc hin? in osc wird der warenkorb in der column_left (oder right) aufgerufen. wo mu? ich das in xtc machen? in der application_top?

fragen ?ber fragen...

danke f?r jeden tip

kolle

Link to comment
Share on other sites

das ging ja schnell, danke hhgag!

schon klar, da? xtc nicht osc ist, daher ja die frage.

du meinst also, ich mu? den aufruf in die index.html integrieren?

etwa so:

code:

if ($cart->count_contents() >= 1) {

require($BOX_CART');

}

bitte mal nen konkreten tip. auf xtc umstellen geht leider nicht von jetzt auf gleich...

danke kolle

Link to comment
Share on other sites

Archived

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

×
  • Create New...