Skip to content

Instantly share code, notes, and snippets.

@simbus82
Created March 8, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simbus82/5c3c0bff788dbab9ba18 to your computer and use it in GitHub Desktop.
Save simbus82/5c3c0bff788dbab9ba18 to your computer and use it in GitHub Desktop.
Magento bug carrelli abbandonati 1.9.2.x
Creare la cartella
app/code/local/Mage/Reports/Model/Resource/Quote/
Copiare il file
app/code/core/Mage/Reports/Model/Resource/Quote/Collection.php
incollare in
app/code/local/Mage/Reports/Model/Resource/Quote/Collection.php
Andare alla riga 209 circa
- ->joinInner(
+ ->joinLeft(
array('cust_mname' => $attrMiddlenameTableName),
implode(' AND ', array(
'cust_mname.entity_id = main_table.customer_id',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment