zimmer-media Posted August 1, 2017 Share Posted August 1, 2017 on page 5 - in the summary - i can not see the adresses migration from ps 1.6.1.10 to tb 1.0.1 -> update to tb 1.0.2 - modul aeuc is installed page 4 i can see the adresses, its ok at this point - on-page-checkout is ok Link to comment Share on other sites More sharing options...
Occam Posted August 1, 2017 Share Posted August 1, 2017 Did you clear the cache? I know this error, but currently cannot recall the reason for this. Link to comment Share on other sites More sharing options...
zimmer-media Posted August 1, 2017 Author Share Posted August 1, 2017 @Occam yes i always empty all the cache Link to comment Share on other sites More sharing options...
Occam Posted August 1, 2017 Share Posted August 1, 2017 Does the same error appear when you switch to OPC? Link to comment Share on other sites More sharing options...
zimmer-media Posted August 1, 2017 Author Share Posted August 1, 2017 allready testet opc is ok - switch back - page 5 i cant see no adresses Link to comment Share on other sites More sharing options...
lesley Posted August 1, 2017 Share Posted August 1, 2017 What theme are you using? Link to comment Share on other sites More sharing options...
zimmer-media Posted August 1, 2017 Author Share Posted August 1, 2017 @lesley the new/current TB-standard-theme - https://heimtierbedarf-service.de/ and i can change the favicon for FO - clear cache - override/copy favicon.ico etc - firefox i see only TB-favicon Link to comment Share on other sites More sharing options...
Occam Posted August 1, 2017 Share Posted August 1, 2017 Did you include or exclude the theme when upgrading? Link to comment Share on other sites More sharing options...
zimmer-media Posted August 1, 2017 Author Share Posted August 1, 2017 @Occam I'm not sure now because it's been a few days ago. german likes better for me Occ Ich bin mir jetzt nicht sicher, da es schon einige Tage her ist. Link to comment Share on other sites More sharing options...
Occam Posted August 1, 2017 Share Posted August 1, 2017 OK, dann eben auf Deutsch! ? Überprüf' mal, ob die order-address-advanced.tpl im Update 1.0.2 identisch ist mit der im Shop. Check if the file order-address-advanced.tpl is exactly the same in shop and upgrade 1.0.2. Link to comment Share on other sites More sharing options...
zimmer-media Posted August 1, 2017 Author Share Posted August 1, 2017 @Occam thanks for your info OCC - i will test it tomorrow, its tooo late now. This option I have not thought of course. an die option habe ich natürlich nicht gedacht - hätte ich doch selbst drauf kommen sollen, das mal zu testen Link to comment Share on other sites More sharing options...
zimmer-media Posted August 2, 2017 Author Share Posted August 2, 2017 the file order-address-advanced.tpl is exactly the same Link to comment Share on other sites More sharing options...
Occam Posted August 2, 2017 Share Posted August 2, 2017 @zimmer-media Versuch's mal hiermit: Try this file instead: 01501693461931order-address-advanced.tpl Link to comment Share on other sites More sharing options...
zimmer-media Posted August 2, 2017 Author Share Posted August 2, 2017 @Occam thanks occ - but the same result no change only opc - is ok Link to comment Share on other sites More sharing options...
Occam Posted August 2, 2017 Share Posted August 2, 2017 I'm sorry, but I cannot reproduce this error with TB. Link to comment Share on other sites More sharing options...
RabbitZzZ Posted December 11, 2018 Share Posted December 11, 2018 I have the same problem. Does somebody know where the content for the #addressdelivery amd #addressinvoice fields gets created? Link to comment Share on other sites More sharing options...
RabbitZzZ Posted December 18, 2018 Share Posted December 18, 2018 Anybody has an idea where this could come from? Link to comment Share on other sites More sharing options...
RabbitZzZ Posted December 21, 2018 Share Posted December 21, 2018 Nobody?? I already checked the template files and couldn't really make out what it is. The page is created equally with the empty divs for the adresses, so I suppose they are somehow created by js. Am I right? But there isn't any error in the browser console or something. I can't find it. Where could it be? Link to comment Share on other sites More sharing options...
Traumflug Posted December 21, 2018 Share Posted December 21, 2018 Grep is your friend: none $ grep -rn '"address_delivery"' themes themes/community-theme-default/order-address-product-line.tpl:34: <select name="address_delivery" id="select_address_delivery_{$product.id_product}_{$product.id_product_attribute}_{$product.id_address_delivery|intval}" class="cart_address_delivery form-control"> themes/community-theme-default/order-address-advanced.tpl:58: <ul class="address item box" id="address_delivery"> themes/community-theme-default/order-address.tpl:60: <ul class="address box" id="address_delivery"> Link to comment Share on other sites More sharing options...
RabbitZzZ Posted December 22, 2018 Share Posted December 22, 2018 Yeah, that I knew already. But where is the content generated? It's just exactly this form, but the "address item box" stays empty, whatever you choose. Nothing happens, when you want to use a different address for the invoice there or choose a different deliviery address on that page. I suppose something in cart-summary.js doesn't work, but there is no error in the console so it's hard to find out. Link to comment Share on other sites More sharing options...
Traumflug Posted December 22, 2018 Share Posted December 22, 2018 But where is the content generated? none $ grep --exclude-dir cache -rn "'address_delivery'" controllers/front/OrderDetailController.php:246: 'address_delivery' => $addressDelivery, It gets sent as a PHP object, which is analyzed by Smarty somehow. It's a fairly complex matter, because the address format is localizable. See back office -> Localization -> Countries -> (click a country). Link to comment Share on other sites More sharing options...
RabbitZzZ Posted December 22, 2018 Share Posted December 22, 2018 Yeah, that's what I thought. Sou you also don't have a clue what could be the problem and why it doesn't work? Link to comment Share on other sites More sharing options...
RabbitZzZ Posted January 9, 2019 Share Posted January 9, 2019 Doesn't anybody else have that problem? How can that be? There must be a way to solve this... Link to comment Share on other sites More sharing options...
RabbitZzZ Posted January 9, 2019 Share Posted January 9, 2019 Ok, I found the problem. Somehow the order-address.js doesn't get loaded on this page. I solved it via workaround through adding this in header.tpl but there should be a better way I suppose. ``` ``` Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now