Jump to content

ccollins

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Location
    boston
  • Activity
    User/Merchant

ccollins's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thanks for you information. I am afraid this product is going to be more trouble than its worth. I use the Multiple Box & Product dimensions settings. I entered in all my box sizes for US and international shipping. Everything seemed to work as expected. Then this morning I try to use it and I can't ship internationally. I check the configuration and first thing I notice is all my box sizes I setup are gone. Not sure why the international shipping won't work. The shipping options tab contains all the options I had setup before so they are all still there. What a mess. Are you running live with this module. At this point I am afraid to trust it.
  2. Bingo ..... that did the trick. What is causing them to pile up like that?
  3. I meant to say display not compile ... Anyway I went through all the smarty Javascript and compared it to other pages and it looks the same. There were no errors anywhere that I could see. By adding my own javascript to the template could I have corrupted something having to do with smarty?
  4. Good idea ,,, looks like smarty did not compile it. This is what I found ... <script type="text/javascript"> _smarty_console = window.open("","consoled41d8cd98f00b204e9800998ecf8427e","width=680,height=600,resizable,scrollbars=yes"); _smarty_console.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">\n<head>\n <title>Smarty Debug Console<\/title>\n<style type=\"text/css\">\n\nbody, h1, h2, td, th, p {\n font-family: sans-serif;\n font-weight: normal;\n font-size: 0.9em;\n margin: 1px;\n padding: 0;\n}\n\nh1 {\n margin: 0;\n text-align: left;\n padding: 2px;\n background-color: #f0c040;\n color: black;\n font-weight: bold;\n font-size: 1.2em;\n }\n\nh2 {\n background-color: #9B410E;\n color: white;\n text-align: left;\n font-weight: bold;\n padding: 2px;\n border-top: 1px solid black;\n}\n\nbody {\n background: black; \n}\n\np, table, div {\n background: #f0ead8;\n} \n\np {\n margin: 0;\n font-style: italic;\n text-align: center;\n}\n\ntable {\n width: 100%;\n}\n\nth, td {\n font-family: monospace;\n vertical-align: top;\n text-align: left;\n width: 50%;\n}\n\ntd {\n color: green;\n}\n\n.odd {\n background
  5. Thanks for you quick reply. Yes, did both of those things. Cache is off too. I turned on smarty debug also and it is not showing any errors.
  6. I add some Jquery to bottom of my contact-form.tpl file in my theme directory. I was working on it getting it to do what I needed when I made a change that stopped the contact form from being displayed. I backed out all of my changes and set it back to the original file and it still does the same thing. I made sure Smarty was compiling it every load (removed the file completely and it threw and error). Any idea what could be causing this? Smarty debug is enabled but shows no errors.
  7. I have no date on either my order page or on my invoices. There has been a discussion about this bug on both the forum and the PS Forge bug site but no clear definition of the fix. I need this solved as I am going live in a week. Thanks! PS version 1.4.7.0
  8. I have the same issue. Why is there no definitive answer to this problem anywhere. In the bug tracker there is reference to making the following change to the database but everyone who tries reports it does not work. Then some Prestashop person logs into thier sites and reports it fixed without telling anyone what they did. Why would you do that? ALTER TABLE `ps_lang` ADD `date_format_lite` char(32) NOT NULL DEFAULT 'Y-m-d' AFTER language_code; ALTER TABLE `ps_lang` ADD `date_format_full` char(32) NOT NULL DEFAULT 'Y-m-d H:i:s' AFTER date_format_lite; UPDATE `ps_lang` SET `date_format_lite` = 'd/m/Y' WHERE `iso_code` IN ('fr', 'es', 'it'); UPDATE `ps_lang` SET `date_format_full` = 'd/m/Y H:i:s' WHERE `iso_code` IN ('fr', 'es', 'it'); UPDATE `ps_lang` SET `date_format_lite` = 'd.m.Y' WHERE `iso_code` = 'de'; UPDATE `ps_lang` SET `date_format_full` = 'd.m.Y H:i:s' WHERE `iso_code` = 'de'; UPDATE `ps_lang` SET `date_format_lite` = 'm/d/Y' WHERE `iso_code` = 'en'; UPDATE `ps_lang` SET `date_format_full` = 'm/d/Y H:i:s' WHERE `iso_code` = 'en'; Anyway this problem is not solved. I don't want to risk damaging my DB unless someone can verify this is an appropriate fix. Thanks!
  9. I fixed the problem but I don't know why it is a problem. I simply reloaded the logo.jpg file into Gimp and saved it out again. The image now loads as part of the invoice. There must have been something in the jpg header that was confusing PDF generator.
  10. Search the web & forum for a solution to the following error ... FPDF error: Not a JPEG file: /mysite/img/logo.jpg I changed the .jpg file that was there to .jpeg and that did not work, same error. I even tried to rename my logo.png to logo.jpeg and that generate the "alpha channel" version of the error. Based on forum threads I expected that would happen. Any suggestion as what to try next. I did verify the jpeg files are really jpeg generated by PhotoShop. Prestashop version 1.4.7.0
×
×
  • Create New...