Jump to content
thirty bees forum

SLiCK_303

Members
  • Posts

    1,231
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. SLiCK_303

    cron jobs

    i have, they work..
  2. SLiCK_303

    cron jobs

    I'm thinking so... Please post people if your cron jobs are working via this module....
  3. SLiCK_303

    cron jobs

    I runs, but does nothing. Same thing when I go into plesk, and run the cron job.... It runs fine, gives no errors, but doesn't seem to run the jobs I have setup on the site.
  4. SLiCK_303

    cron jobs

    Well crud, I was hoping that was the reason my cron jobs weren't getting done. Now I have no idea. Any thoughts? I use Plesk not Control Panel....
  5. When you add it to the administration->menus, you're putting it into Preferences right? Like this...
  6. I think you're probably missing the file /controllers/admin/AdminDuplicateUrlsController.php
  7. SLiCK_303

    cron jobs

    So the line your supposed to put into your cron jobs on your server is thus in my case... 0 * * * * curl "http://***/module/cronjobs/cron?token=... with the token and site url removed. I don't see how this can be right as it should be modules not module, and there is no cron.php in the /modules/cronjobs folder. Im trying to setup in plesk, and I think I figured it out, but I need the correct url.
  8. I didn't have fixer.io installed, neeeeevermind!
  9. Is it just me or does the Currency Exchange Rate update not work?
  10. SLiCK_303

    I am back

    glad to hear you're healing! Get better soon~
  11. Nevermind, I figured it out. In the themes products.tpl you need to change line 269's input statement, from <input type="number" ... to <input type="text" ...
  12. This is what the quantity picker looks like on my site for a product, how do I get rid of the up and down arrows next to the number, because you already have the - and + on either side to use.
  13. Yup, since the style was hardcoded into that file, I just made it an override, and then changed the colors...
  14. when you're on the paypal developers website you need to pick your app, then on the top right pick live, then putin those credentials. The client ID and SECRET are completely different for live and sandbox.
  15. It gets used constantly at my shop, seems to work well. I don't use any of the IMAP settings, so I cant say anything about that...
  16. @pedalman, no module, just the stock paypal module. The screenshot is from the last step in the checkout proceess. I traced the code to... /modules/paypal/views/templates/hook/expresscheckoutpayment.tpl. So maybe I need to do an override, not sure.....
  17. right now the paypal button on my site looks like this... Where can I change/put the following and have it work? Right now it says it's 'inline'. p.payment_module.paypal a { padding: 10px; background-color: #FBFBFB; } I tried putting it at the end of global.css, that didn't work. I tried making a paypal.css file, that didn't work. Help....
  18. add server? url in connections.... im reading the docs now, maybe that'll help me. ;)
  19. that fixed it, just need to configure it.....
  20. I just tried to install the beta on my test site, I got the following error.. [PrestaShop] Fatal error in module file :/var/www/vhosts/-------/-----------/modules/elasticsearch/elasticsearch.php: Cannot use isset() on the result of a function call (you can use "null !== func()" instead) I commented out with --- important url
  21. It was something in my database, I dont know what, but I got it working again.
×
×
  • Create New...