Jump to content

David Eschmeyer

Members
  • Posts

    99
  • Joined

  • Last visited

2 Followers

Profile Information

  • Activity
    Other

Recent Profile Visitors

802,076 profile views

David Eschmeyer's Achievements

Newbie

Newbie (1/14)

32

Reputation

3

Community Answers

  1. this works in 1.6.1.24 (and lower) and 1.7.5 cvb_asturias's code solution, however you may need more than a 400 limit if you want accurate results for a view that encompasses a lot of data like a year view especially if large product catalog i think.
  2. wonderful job! and this worked in 1.6.1.24. I made the number of rows to fetch very large so I can have accurate results for the year long view
  3. ndolokim, ftp in and rename /home1/coopduka/public_html/modules/mailchimpintegration/ to /home1/coopduka/public_html/modules/mailchimpintegration_off/ and your modules will come back up. The mailchimp module has an issue... it may be relying on a newer version of php to function properly...
  4. 1) i have to see if dan remembers 2) you may be able to replace the add to cart with onmouseout="this.innerHTML={l s='Add to cart'};">{l s='Add to cart'} so it uses the translation system... if it works then fix the ---added--- one too to {l s='---Added---'} 3) dunno, you will have to study it
  5. i found this for one person because the index.php was missing from /httpdocs/override/controllers/front folder
  6. as Logical IT said...search module positions for "displaypdfinvoice" you may need to check the checkbox to show non positional hooks... once you find displaypdfinvoice then unhook paypal from it with the button. My other method is really only if you ever need that box there in paypal in the future and want to put other info. Logical IT's solution is easiest and quickest though.
  7. are the permissions correct? folders should be 755 and files 644 through the whole site. Go right to that file and check... /presta/app/cache/prod/namespaced_class_stub.php also make sure your php level is high enough to support namespaces. PHP 5.4+
  8. i don't think this problem exists anymore in the default bootstrap theme. If you bought a theme that was made early on in 1.6 and they used the presta code when the bug was there, then you will be seeing the problem now. You should contact your theme developer so they can update their theme. It is not a core issue it is a theme issue.
  9. Nick, i'd contact leo themes people if i were you. They are one of the largest theme creation companies, they probably have a fix for this or if they don't they would probably like to know to better their product.
  10. that is in the paypal module, it shows up even if people use authorize.net or others... you can remove it from the end of paypal.php in version 3.11.1 it would be lines 2265 - 2276 change $tab = '<table style="border: solid 1pt black; padding:0 10pt"> <tr><td></td><td></td></tr> <tr><td><b>'.$this->l('Bank name').'</b></td><td>'.$information['recipient_banking_instruction']['bank_name'].'</td></tr> <tr><td><b>'.$this->l('Account holder name').'</b></td><td>'.$information['recipient_banking_instruction']['account_holder_name'].'</td></tr> <tr><td><b>'.$this->l('IBAN').'</b></td><td>'.$information['recipient_banking_instruction']['international_bank_account_number'].'</td></tr> <tr><td><b>'.$this->l('BIC').'</b></td><td>'.$information['recipient_banking_instruction']['bank_identifier_code'].'</td></tr> <tr><td></td><td></td></tr> <tr><td><b>'.$this->l('Amount due / currency').'</b></td><td>'.$information['amount']['value'].' '.$information['amount']['currency'].'</td></tr> <tr><td><b>'.$this->l('Payment due date').'</b></td><td>'.$information['payment_due_date'].'</td></tr> <tr><td><b>'.$this->l('reference').'</b></td><td>'.$information['reference_number'].'</td></tr> <tr><td></td><td></td></tr> </table>'; to $tab = '';
  11. this version fix is uploaded now in my post...
  12. yes upgrading is an option, be sure to back up first database and files. If you can wait until 1.6.1.9 it will have the fix in it. It should hopefully be released rather soon.
  13. Well, i work in support, our world class paid support plans. I will have a rep reach out about a single intervention ticket to help get it fixed for you quicker. (in case you are uncomfortable doing the ftp'ing and file edits)
×
×
  • Create New...