View Single Post
  #2  
Old 07-30-2015, 10:53 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Checkout Page: Change Country Event - Need to refresh checkout fields widget

You can use developer tools built into your browser to see the log of AJAX requests - by checking URLs of these requests you can find what widget classes are reloaded.

For example, here is the request that reloads the address section of the checkout page:
http://demostore.x-cart.com/cart.php?target=checkout&action=&widget=%5CXLite%5 CView%5CCheckout%5CShippingAddress&_=353453461113

So, the widget that renders the first column with the address is this one:
\XLite\View\Checkout\ShippingAddress
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote