Jump to content
thirty bees forum

SLiCK_303

Trusted Members
  • Posts

    1,200
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. 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...
  2. @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.....
  3. 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....
  4. oh well.... too complicated for me.
  5. add server? url in connections.... im reading the docs now, maybe that'll help me. ;)
  6. that fixed it, just need to configure it.....
  7. so run 7.1.x?
  8. 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
  9. It was something in my database, I dont know what, but I got it working again.
  10. I can't for the life of me get a copyright message to show in my footer. Any thoughts?
  11. I guess I figured it out.....
  12. where do i enter my redirect_uri?
  13. SLiCK_303

    Paypal login

    Does anyone have Paypal login working on their site? I keep getting the following when I click on it.
  14. sound like it should to me. look at https://front.thirtybees.com/ and compare yours
  15. I'm clueless then, hopefully someone else can help.
  16. is your idsponsor in psreferralprogram an int(10) ?
  17. I never noticed it, I think you would have to talk to the modules developer on that one.
  18. @Daresh and anyone else: how do I get rid of that “to be determined”? It’s just supposed to be free shipping. You mean like when you empty your cart, and the cart shows that message for a second?
  19. cute website....btw
  20. i think he wants the free shipping comment and the amazon pay button, on two different lines
  21. np..good luck. maybe someone smarter than me can help ya. ;)
  22. since you are using a css to make it go right, things might work differently, I dunno
  23. it should be... ``` {* * Get Free Shipping PrestaShop module. * * @package gmgetfreeshipping * @author Dariusz Tryba ([email protected]) * @copyright Copyright (c) Green Mouse Studio (http://www.greenmousestudio.com) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) *} {if $remaining_to_spend > 0} {l s='Spend another' mod='gmgetfreeshipping'} {convertPrice price=$remaining_to_spend} {l s='to get free shipping for your order!' mod='gmgetfreeshipping'} {/if} ```
  24. try adding another to it
×
×
  • Create New...