Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

[Modul für Designänderung bei Orderstep 3] verursacht sporadisch nicht funktionieren der Weiterleitung

$
0
0
Folgende Ausgangssituation:

Ich habe den Orderstep 3 (Bezahlen) mit Hilfe eines Moduls neu designt.

Nun, bekomme ich manchmal den Fehler, beim Drücken von "weiter zum nächsten Schritt", einfach wieder die selbe Seite geladen bekomme. Meist wird dann beim Link so etwas in der Art hinzugefügt:


&cnid=edc0709d0b6db87a926c620304309a90&anid=8c853e 32ac7df23b4acad5caa28c448f&&


Die meisten Änderungen, die ich gemacht habe, waren eigentlich nur simple CSS-Formatierungen, daher nehme ich an, dass es an diesem Code hier liegt, der eigentlich nur das Graue Transport-Feld mit Radio-Buttons austauschen sollte.


PHP Code:

[{oxstyle include=$oViewConf->getModuleUrl("hi_radio_buttons_in_os3""src/styles/hi_radio_button.css")}]
[{
assign var="sets" value=$oView->getAllSets()}]

[{if 
$sets|@count==1}]
    [{
oxstyle include=$oViewConf->getModuleUrl("hi_radio_buttons_in_os3""src/styles/hi_hide_radio.css")}]
[{/if}]
      [{ 
$oViewConf->getHiddenSid() }] 
      [{ 
$oViewConf->getNavFormParams() }] 
      <
input type="hidden" name="cl" value="[{ $oViewConf->getActiveClassName() }]"
      <
input type="hidden" name="fnc" value="changeshipping"
        [{foreach 
key=sShipID from=$sets item=oShippingSet name=ShipSetSelect}] 
         <
dl>
            <
dt>
                <
input type="radio" name="sShipSet" id="sShip[{$sShipID}]" value="[{$sShipID}]" onClick="JavaScript:document.forms.shipping.submit();" [{if $oShippingSet->blSelected}]checked[{/if}]> 
            
                <
label for="sShip[{$sShipID}]">
                    [{ 
$oShippingSet->oxdeliveryset__oxtitle->value }]
                    [{if 
$sShipID == 'db95c898b5975a27d7822c884612d9d1'}]
                        <
br><span class="heremaybesomemorespacetotop">[{ oxmultilang ident "hi_shipping_with_insurance" }]</span>
                    [{/if}]
                </
label>
            </
dt>
            <
dd>
            
            </
dd>
          </
dl>
          [{/foreach}] 
        <
noscript
            <
span class="btn"><input class="btn" type="submit" value="[{ oxmultilang ident="PAYMENT_UPDATESHIPPING" }]" ></span
        </
noscript

        [{ if 
$oxcmp_basket->getDeliveryCosts() }] 
        <
br /> 
          [{ 
oxmultilang ident="PAYMENT_CHARGE" }] [{ $oxcmp_basket->getFDeliveryCosts() }] [{ $currency->sign}] 
        [{ /if}] 



Hat jemand eine Idee wodurch der Fehler entstanden sein könnte?

Viewing all articles
Browse latest Browse all 6951

Trending Articles