Jump to content

coalesce

Members
  • Posts

    66
  • Joined

  • Last visited

coalesce's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Prestashop needs to add some basic payment and shipping modules + a laundry list of other critical features before anyone will take this cart seriously
  2. This issue along with many other issues encouraged me to move to another platform. I'll use Prestashop when it develops a bit further...
  3. I'm not sure if I would use either on a site that large...
  4. Here is the fix: Replace: quantity == 0 && !$product->available_later) || (!$product->available_now && $display_qties != 1) } style="display:none;"{/if}> With: quantity == 0 && !$product->available_later) OR ($product->quantity != 0 && !$product->available_now)} style="display:none;"{/if}>
  5. I hate to vent, but I still can't believe Prestashop hasn't included a core Fedex, UPS, or USPS Module... I realize the project is EU based, but it's never going to be taken seriously if it doesn't integrate what other carts already offer out of the box...
  6. Make sure you have states enabled for the country you select
  7. This will fix the state not displaying error in IE. Change: /* id_state field in managed via JS and is firstly hidden */ form p.id_state { display:none } To /* id_state field in managed via JS and is firstly hidden */ form p.id_state { }
  8. Bump, we are having this error, but only in IE
  9. Ya, I got stuck after I tested it was communicating with fedex properly then enabled the module... Took me to a blank page...
×
×
  • Create New...