|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#21
|
|||
|
|||
|
Simon Browning a écrit :
> Franz Holzinger wrote: >> Simon Browning a écrit : >>> Below is the exact configuration, and this is the cart if you'd like >>> see: http://allergycanada.com/70.html >> >> But I do not see any select box/radio button to choose the shipping >> method. This is needed. >> >>> 30.title = Shipping ###STATICCOUNTRIES_CN_OFFICIAL_NAME_EN### >>> 30.where.static_countries = cn_short_local != 'Canada' >> add >> AND cn_short_local != 'United States' >> >> >> - Franz > > > I made the addition to line 30, no change. > > I have a select box for the shipping method, this is the default, no? > > I have the address info on the basket page & the shipping and payment > info on the basket info page, could that be impacting things (ideally > I'd like them all on basket info. It does not work this way. The shipping info must be entered before the country selection. Or some codings need to be done to make this possible. In your way the country is entered first with the address. But then the shipping selection would be obsolete and should be retrieved automatically from the country chosen before. - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#22
|
|||
|
|||
|
Franz Holzinger wrote:
> Simon Browning a écrit : >> Franz Holzinger wrote: >>> Simon Browning a écrit : >>>> Below is the exact configuration, and this is the cart if you'd like >>>> see: http://allergycanada.com/70.html >>> But I do not see any select box/radio button to choose the shipping >>> method. This is needed. >>> >>>> 30.title = Shipping ###STATICCOUNTRIES_CN_OFFICIAL_NAME_EN### >>>> 30.where.static_countries = cn_short_local != 'Canada' >>> add >>> AND cn_short_local != 'United States' >>> >>> >>> - Franz >> >> I made the addition to line 30, no change. >> >> I have a select box for the shipping method, this is the default, no? >> >> I have the address info on the basket page & the shipping and payment >> info on the basket info page, could that be impacting things (ideally >> I'd like them all on basket info. > > > It does not work this way. The shipping info must be entered before the > country selection. Or some codings need to be done to make this possible. > In your way the country is entered first with the address. But then the > shipping selection would be obsolete and should be retrieved > automatically from the country chosen before. > > - Franz Now we're rocking! Thanks! Simon _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#23
|
|||
|
|||
|
One more question.
With the shipping info on the basket info page, when the shipping method is changed when the form updates we're sent back to he basket page. Is it possible to have it remain on the basket info page? Thank you. Simon _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#24
|
|||
|
|||
|
Simon Browning a écrit :
> One more question. > > With the shipping info on the basket info page, when the shipping method > is changed when the form updates we're sent back to he basket page. Is > it possible to have it remain on the basket info page? You must set a hidden element 'products_info' to 1 on that page. So it knows that it has already been on the info page. - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#25
|
|||
|
|||
|
Franz Holzinger wrote:
> Simon Browning a écrit : >> One more question. >> >> With the shipping info on the basket info page, when the shipping method >> is changed when the form updates we're sent back to he basket page. Is >> it possible to have it remain on the basket info page? > > You must set a hidden element 'products_info' to 1 on that page. So it > knows that it has already been on the info page. > > - Franz Hi Franz. I set this, and now the function seems correct when I change the shipping method, however when I try to move to the next step it just reloads the same page. I'm using this on the basket_info page, my controls section is as follows, is there something else I should set? <input type="submit" name="products_update" value="Back to Cart" class="buyBtn tp" /> <input type="submit" name="products_payment" value="Finalize Order" class="buyBtn tp"/> <input type="hidden" name="products_info" value="1" /> Thank you. Simon _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#26
|
|||
|
|||
|
Hello Simon,
> I set this, and now the function seems correct when I change the > shipping method, however when I try to move to the next step it just > reloads the same page. > > I'm using this on the basket_info page, my controls section is as > follows, is there something else I should set? > > <input type="submit" name="products_update" value="Back to Cart" > class="buyBtn tp" /> > <input type="submit" name="products_payment" value="Finalize Order" > class="buyBtn tp"/> > <input type="hidden" name="products_info" value="1" /> I could successfully click on Finalize on page http://allergycanada.com/Basket.72+M...ttproducts_pi1[backPID]=72&tx_ttproducts_pi1[cat]=1 in Firefox 2.x browser. - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#27
|
|||
|
|||
|
Franz Holzinger wrote:
> Hello Simon, > >> I set this, and now the function seems correct when I change the >> shipping method, however when I try to move to the next step it just >> reloads the same page. >> >> I'm using this on the basket_info page, my controls section is as >> follows, is there something else I should set? >> >> <input type="submit" name="products_update" value="Back to Cart" >> class="buyBtn tp" /> >> <input type="submit" name="products_payment" value="Finalize Order" >> class="buyBtn tp"/> >> <input type="hidden" name="products_info" value="1" /> > > I could successfully click on Finalize on page > http://allergycanada.com/Basket.72+M...ttproducts_pi1[backPID]=72&tx_ttproducts_pi1[cat]=1 > in Firefox 2.x browser. > > > - Franz I've got the products_info field disabled so we can get through the order process. I'v just turned it back on if you'd like to see it now. Simon _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#28
|
|||
|
|||
|
Simon Browning a écrit :
> Franz Holzinger wrote: >> Hello Simon, >> >>> I set this, and now the function seems correct when I change the >>> shipping method, however when I try to move to the next step it just >>> reloads the same page. >>> >>> I'm using this on the basket_info page, my controls section is as >>> follows, is there something else I should set? >>> >>> <input type="submit" name="products_update" value="Back to Cart" >>> class="buyBtn tp" /> >>> <input type="submit" name="products_payment" value="Finalize Order" >>> class="buyBtn tp"/> >>> <input type="hidden" name="products_info" value="1" /> >> >> I could successfully click on Finalize on page >> http://allergycanada.com/Basket.72+M...ttproducts_pi1[backPID]=72&tx_ttproducts_pi1[cat]=1 >> >> in Firefox 2.x browser. >> >> >> - Franz > > I've got the products_info field disabled so we can get through the > order process. I'v just turned it back on if you'd like to see it now. You do everything already on the basket page which is also the basket info page. <input type="submit" name="products_update" value="Back to Cart" class="buyBtn tp" /> <input type="submit" name="products_payment" value="Finalize Order" class="buyBtn tp"/> <input type="hidden" name="products_info" value="1" /> The problem is that products_info always has priority over products_payment. This is necessary to be able to step back from payment to info mode. Therefore it always remains in the info mode. Maybe it would be easier if you used 2 different plugins on the same page. One plugin BASKET and one INFO. Then the activity products_info would not be needed at all. Alternative: Use a JavaScript at the submit button for Finalize order to set products_info back to 0 before it submits. - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-dev] country_zone field,which is dependent on the selected country | kajoe00@gmx.de | typo3-dev@lists.netfielders.de | 0 | 22.04.2007 15:33 |
| [TYPO3] tt_products: calculate shipping costs depending on country | Andreas Förthner | typo3-english@lists.netfielders.de | 0 | 02.03.2007 14:21 |
| [TYPO3] Default Country and City in FEUser registration plugin. | Emile | typo3-english@lists.netfielders.de | 1 | 24.01.2007 23:54 |
| [TYPO3] default country on user registration | Jamie Lawrence Jenner | typo3-english@lists.netfielders.de | 0 | 03.01.2007 18:13 |
| [TYPO3] EXT: demc_GeoIP --> use of country in TypoScript condition | Dennis Schulz | typo3-english@lists.netfielders.de | 0 | 05.12.2006 13:23 |