Jump to content
thirty bees forum

Recommended Posts

Posted

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

0_1501606145490_FireShot Capture 33 - Bestellung - Heimtierbedarf Se_ - https___heimtierbedarf-service.de_bestellung.png

Posted

@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

Posted

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.

Posted

@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

  • 1 year later...
Posted

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?

Posted

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">

Posted

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.

Posted

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).

  • 3 weeks later...
Posted

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. ```

```

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...