Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
static:known_issues [2011/08/30 04:53] – [v0.7.1] Adding lack of historical data for some transactional data foxylukestatic:known_issues [2018/05/25 15:19] (current) – [Unresolved Known Issues] marija
Line 3: Line 3:
 ===== Unresolved Known Issues ===== ===== Unresolved Known Issues =====
   * FedEx live shipping rates do not work for UK-based stores trying to ship to UK addresses. This impacts all versions, not just 070.   * FedEx live shipping rates do not work for UK-based stores trying to ship to UK addresses. This impacts all versions, not just 070.
-  * Customer info pre-population doesn't support pre-populating the country values+  * v2.0 and prior: PayPal Express is not an option for subscriptions set to start in the future. 
 +  * Double quotes are not properly escaped in our fc_json response object after adding a product to the cart. This has been fixed in 2.0, but impacts previous versions. 
 +  * **Multiship** + **Future Subscriptions** (subscriptions that start in the future) may have unknown issues related to displaying the correct future taxes at the time of the transaction, and/or applying the correct taxes on subsequent runs. 
 +  * v1.1 and prior: Subscriptions will take on the total shipping cost as the recurring shipping cost, rather than just the shipping cost that applies to it directly. 
 +  * v2.0: Twig templates currently don't support using an ''embed'' of the ''cart.inc.twig'' template within the checkout or receipt templates. The ''cart.inc.twig'' template should instead be edited directly
 +  * v2.0: PayPal Express Checkout does not show the tax info in the order details as expected which is throwing off the purchase total on the PayPal receipt. This is more of cosmetic issue as the actual payment amount is not impacted and gross total shown is still correct. We have been in touch with PayPal and they have a ticket open to resolve, although they were unable to give us an ETA.
  
 ===== Fixes to Known Issues ===== ===== Fixes to Known Issues =====
 +
 +==== v0.7.2 ====
 +  * Fix for customer info pre-population not supporting pre-populating the country values.
 +  * Fix for payment information being connected directly to the customer, not the historical transaction. This meant that if you use the API or send the XML Datafeed after the original transaction took place, you would not see the correct cc_type value.
 +  * Fix for misbehaving coupon codes, especially when using ''allunits'' and percentage discounts. There are currently no known problems with any discount syntax or combinations.
  
 ==== v0.7.1 ==== ==== v0.7.1 ====
   * Fix for: Coupons impacting taxes and shipping, possibly allowing for negative order totals.   * Fix for: Coupons impacting taxes and shipping, possibly allowing for negative order totals.
   * Fix for: When [[:static:redirect:sso|Single Sign-On]] is used, customers may receive empty password reminder emails from the checkout.   * Fix for: When [[:static:redirect:sso|Single Sign-On]] is used, customers may receive empty password reminder emails from the checkout.
-  * Fix for: Historical viewing of subscription transactions both in the admin and as receipts can incorrectly show up as future subscriptions. We're actively working on this issue. +  * Fix for: Historical viewing of subscription transactions both in the admin and as receipts can incorrectly show up as future subscriptions. <del>We're actively working on this issue.</del> This has now been resolved in all 070 versions.
-  * Some transactional data is not stored historically so API and DataFeed requests show data from the current store settings or customer values instead of the values that existed when the transaction took place originally. Examples include the customer payment card and payment gateway used. This will be fixed in 072.+
  
 ==== v0.7.0 ==== ==== v0.7.0 ====

Site Tools