Jump to content
xt:Commerce Community Forum

Eigene Parameter für form action übergeben (cart.html)


good

Recommended Posts

Hallo Forum,

hab hier ein kleines Problem mit XTC. Folgendes Szenario:

Ich habe main_handler.php so angepasst, dass wenn ich statt index.php indexmobile.php aufrufe, ein anderes Template geladen werden soll.


if($customers_status->customers_status_template!=''){
define('_STORE_TEMPLATE',$customers_status->customers_status_template);
}
elseif (basename($_SERVER['PHP_SELF']) == 'indexmobile.php') define('_STORE_TEMPLATE', 'template_mobile');
else{
define('_STORE_TEMPLATE',_STORE_DEFAULT_TEMPLATE);
}
[/PHP]

Was auch soweit funktioniert. Nur habe ich nun das Problem, dass beim aktualisieren des Warenkorbs wieder die normale seite geladen wird, da dort index.php in der action drin steht.

Meine Frage wäre nun, kann ich bei {form type=form action=dynamic ...} das action irgendwie beeinflussen?

Ein anderes Ding wär, den Formtag statisch in das Template zu schreiben. Was die Frage aufwirft ob der Name der Form wichtig ist? Standardmässig macht XTC da ein name="cartXXX".

Hat jemand eine Idee?

Vielen Dank im Voraus!

Ulrich

Link to comment
Share on other sites

Archived

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

×
  • Create New...