Hello,
I need to know how to use an external source for $price, $shipping, & $tax.
I'm doing an XML POST to receive shipping and tax rates from a client's internal ERP.
FYI: I know how to Post XML Data.
They want to check for changes in real-time at:
1. Hitting the product page
2. Adding to cart
3. Order Confirmation (if it changed juuuuust before processing)
Question(s):
-What file(s) do I need to modify. (I'm assuming 'shoppingcart.aspx')
-Should I manually modify values in product tables themselves to reflect changes?
-Or should I modify the Order_ShoppingCart table on the fly since it will be already filled when I have to check during #2 and #3 above?
Anyone tackle this before?
Thanks in advance, All.