tommy1604 Posted October 4, 2010 Report Share Posted October 4, 2010 Hallo, vielleicht ist einer hier in der Lage uns zu helfen. Wir haben das Veyton 4.0.13 installiert und kommen nicht weiter. Bei uns wird die Versandart beim Bestellvorgang übersprungen. Versandzone ist gesetzt und die Versandkosten auch. Dort gibt es Links zum Ändern der Versand- und Rechnungsadresse. Klickt man auf den Editieren-Link für Rechnungsadresse landet man jedoch auf der Seite für die Auswahl der Versandmethode. Hier kann man noch auf weiter klicken. Dann gelangt man wieder zur Auswahl der Bezahlmethode – hier fehlt jedoch die Zahlungsmethode und ein klick auf Weiter bringt die Fehlermeldung, dass keine Zahlungsweise ausgewählt wurde. (kann man aber nicht, weil sie nicht mehr angezeigt wird) Weiß einer vielleicht weiter ? Link to comment Share on other sites More sharing options...
guldukat Posted October 4, 2010 Report Share Posted October 4, 2010 versuch mal die plugins für die bezahlarten zu deinstallieren und neuinstallieren. hat bei mir auch geholfen... aber bedanke dass du die einstellungen danach wieder machen musst, api benutzer usw. usf... Link to comment Share on other sites More sharing options...
tommy1604 Posted October 4, 2010 Author Report Share Posted October 4, 2010 vielen Dank erst mal, werden wir mal ausprobieren Link to comment Share on other sites More sharing options...
tommy1604 Posted October 5, 2010 Author Report Share Posted October 5, 2010 Habe noch mal diverse sachen getestet und neu gemacht. Es wird immernoch das auswählen der Versandart übersprungen, man landet sofort bei der auswahl der Bezahlung. Ih brauche dringend Hilfe, BITTE!!! Link to comment Share on other sites More sharing options...
amilo Posted October 5, 2010 Report Share Posted October 5, 2010 Hi, kommst du denn manuell auf die Seite page_action=shipping? Und wie sieht denn der Link vom Warenkorb (cart.html) in die Kasse aus? MfG. Hansen Link to comment Share on other sites More sharing options...
tommy1604 Posted October 7, 2010 Author Report Share Posted October 7, 2010 Teste mal selbst:Lucky`s - Espresso - Service Link to comment Share on other sites More sharing options...
amilo Posted October 7, 2010 Report Share Posted October 7, 2010 Hi, geh mal in deinen Template Ordner und dort in xtCore/pages/ckeckout Öffne dort mal die Datei mit dem shipping im Namen und poste hier den Inhalt das gleiche mit der Payment Datei. MfG. Hansen Link to comment Share on other sites More sharing options...
tommy1604 Posted October 7, 2010 Author Report Share Posted October 7, 2010 Hier der Code von Shipping <h1>{txt key=TEXT_SHIPPING_ADDRESS}:</h1> <table width="100%" class="shipping_address"> <tr> <td width="40%" valign="top"> <p> {if $shipping_address.customers_company} {$shipping_address.customers_company}<br />{/if} {$shipping_address.customers_firstname} {$shipping_address.customers_lastname}<br /> {$shipping_address.customers_street_address}<br /> {if $shipping_address.customers_suburb} {$shipping_address.customers_suburb}<br />{/if} {$shipping_address.customers_postcode} {$shipping_address.customers_city}<br /> {$shipping_address.customers_country}<br /> </p> {if $shipping_address.allow_change == true} <p><a href="{link page='customer' paction=edit_address params='adType=shipping&abID' params_value=$shipping_address.address_book_id conn=SSL}">[{txt key=TEXT_EDIT}]</a></p> {/if} </td> <td width="60%"> {if $shipping_address.allow_change == true} <p><strong>{txt key=TEXT_SELECT_SHIPPING_ADDRESS}:</strong></p> {form type=form name=shipping_address action='dynamic' link_params='page_action=shipping' method=post conn=SSL} {form type=select name=adID value=$address_data params='onChange="this.form.submit();"'} {form type=hidden name=adType value=shipping} {form type=hidden name=action value=select_address} {form type=formend} {if $add_new_address eq 1} <p>{txt key=TEXT_NEW_SHIPPING_ADDRESS}:</p> <p><a href="{link page='customer' paction='edit_address' params='adType=shipping' conn=SSL}">{button text=$smarty.const.Adresse_anlegen file='add_address21.gif'}</a></p> {/if} {/if} </td> </tr> </table> <br /> <h1>{txt key=TEXT_SELECT_SHIPPING}:</h1> {txt key=TEXT_SELECT_SHIPPING_DESC} <br /> <br /> {form type=form name=shipping action='checkout' method=post conn=SSL} {form type=hidden name=action value=shipping} {foreach name=aussen item=sdata from=$shipping_data} {$sdata.shipping} {/foreach} {hook key=checkout_tpl_shipping} <p>{button text=$smarty.const.BUTTON_NEXT file='next.gif' type='form'}</p> {form type=formend} [/HTML] Link to comment Share on other sites More sharing options...
tommy1604 Posted October 7, 2010 Author Report Share Posted October 7, 2010 Und hier der Payment Code <h1>{txt key=TEXT_PAYMENT_ADDRESS}:</h1> <table width="100%" class="payment_address"> <tr> <td width="40%" valign="top"> <p> {if $payment_address.customers_company} {$payment_address.customers_company}<br />{/if} {$payment_address.customers_firstname} {$payment_address.customers_lastname}<br /> {$payment_address.customers_street_address}<br /> {if $payment_address.customers_suburb} {$payment_address.customers_suburb}<br />{/if} {$payment_address.customers_postcode} {$payment_address.customers_city}<br /> {$payment_address.customers_country}<br /> </p> {if $payment_address.allow_change == true} <p><a href="{link page='customer' paction=edit_address params='adType=payment&abID' params_value=$payment_address.address_book_id conn=SSL}">[{txt key=TEXT_EDIT}]</a></p> {/if} </td> <td width="60%"> {if $payment_address.allow_change == true} <p><strong>{txt key=TEXT_SELECT_PAYMENT_ADDRESS}:</strong></p> {form type=form name=payment_address action='dynamic' link_params='page_action=payment' method=post conn=SSL} {form type=select name=adID value=$address_data params='onChange="this.form.submit();"'} {form type=hidden name=adType value=payment} {form type=hidden name=action value=select_address} {form type=formend} {if $add_new_address eq 1} <p>{txt key=TEXT_NEW_PAYMENT_ADDRESS}:</p> <p><a href="{link page='customer' paction='edit_address' params='adType=payment' conn=SSL}">{button text=$smarty.const.Adresse_anlegen file='add_address2q.gif'}</a></p> {/if} {/if} </td> </tr> </table> <br /> <h1>{txt key=TEXT_SELECT_PAYMENT}:</h1> {txt key=TEXT_SELECT_PAYMENT_DESC} {form type=form name=payment action='checkout' method=post conn=SSL} {form type=hidden name=action value=payment} <br /> {foreach name=aussen item=pdata from=$payment_data} {$pdata.payment} {/foreach} <h1>{txt key=TEXT_COMMENTS}:</h1> {txt key=TEXT_COMMENTS_DESC}<br /> {form type=textarea name=comments cols=130 rows=10} <h1>{txt key=TEXT_CONDITIONS}:</h1> {content cont_id=3 is_id='false'} <p>{$_content_3.content_popup_link}</p> <div id="checkout_agb">{$_content_3.content_body}</div> <p>{form type=checkbox name=conditions_accepted} <strong>{txt key=TEXT_ACCEPT_CONDITIONS}</strong></p> {if $rescission == 'true'} <h1>{txt key=XT_RESCISSION_HEADING}:</h1> {content cont_id=8 is_id='false'} <p>{$_content_8.content_popup_link}</p> <div id="checkout_rescission">{$_content_8.content_body}</div> <p>{form type=checkbox name=rescission_accepted} <strong>{txt key=XT_RESCISSION_ACCEPT}</strong></p> {/if} {hook key=checkout_tpl_payment} <p>{button text=$smarty.const.BUTTON_NEXT file='next.gif' type='form'}</p> {form type=formend}[/HTML] Link to comment Share on other sites More sharing options...
tommy1604 Posted October 8, 2010 Author Report Share Posted October 8, 2010 Fehler gefunden!!! Bei den Artikeln war der Hacken "Digitaler Artikel" angekreuzt. Kein Wunder das er dann den Versand überspringt. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.