Jump to content
thirty bees forum

danwarrior

Members
  • Posts

    169
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by danwarrior

  1. Fine. On the standard checkout and an old easy checkout I created for PrestaShop 1.6 is all working, so I'm going to try yours. In a near future we're using this module, from Nacex, is a big and very used shippment company in Spain: https://www.nacex.es/irServicioIntegraciones.do (I attach the document they gave us) Manual_NXPrestashop.pdf
  2. Do you think I can use it on a new site, or is in beta yet? We have Stripe, PayPal and Bank transfer, no special shipping modules by now, using Panda :)
  3. Do you have any demo or video to see more screen captures?
  4. Well, we solved it, at least for the first try of payment. In fact the Payment Plus doesn't work for me, I supose with that code Lesley gave me and testing in another browser without any cache, it worked (I clean the cache every few minutes in Chrome, but I supose it needs more than that). Thanks for all you support, guys! When I open this store I'll upload here my old Easy checkout for the community, you deserve it (still need some CSS & code cleaning).
  5. I deactivated and neither, even I can't click, it makes nothing when PPlus deactivated. I've tryed both, through BO & FTP...
  6. Uploading right now (5 minutes trying, changing, showing to you): http://somup.com/cqiDete1xz It seems something related with Payment Plus, could work first time, but at the end it fails again...
  7. I just tried again, this is weird, I upload a short video in a few minutes
  8. The thing is I've tryed to disable some modules I thought could be affecting, but notthing. I enabled debug mode and teorically no prob... I've updated some TB modules recently, but I'm not sure what is the cause. No way, 500 error again... Maybe @Jonny could now if he thinks can be related with Panda theme? I don't think so, but maybe...
  9. Wow, this is so weird. I add this code again, just like you wrote (copy/paste), and when I refresh, it isn't there, it erased the "txt|html" I could enter 1 time to PayPal but now refreshed again and get back 😅 Do you want to access privately?
  10. You're right, they were there. I erased, but nothing yet. I copy the full htaccess, maybe is another thing: #Oct8ne <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^oct8ne/frame/([a-zA-Z]+)$ index.php?fc=module&module=oct8ne&controller=oct8neconnector&octmethod=$1&%{QUERY_STRING} [QSA,L] </IfModule> #End_Oct8ne # ~~start~~ Do not remove this comment, thirty bees will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automatically generated by thirty bees e-commerce open-source solution # http://www.thirtybees.com - http://www.thirtybees.com/forums <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on #Domain: tienda.motorparts.es RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$1$2$3.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^c/([0-9]+)(-[.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([0-9]+)(-[.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/c/$1$2$3.webp [L] RewriteCond %{HTTP_HOST} ^tienda.motorparts.es$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+.webp %{ENV:REWRITEBASE}img/c/$1$2.webp [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+).(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/font-woff .woff AddType application/font-woff2 .woff2 #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~~end~~ Do not remove this comment, thirty bees will keep automatically the code outside this comment when .htaccess will be generated again # start ~ module watermark section <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}*/admin069xjtgmn/*'" RewriteRule [0-9/]+/[0-9]+.jpg$ - [F] </IfModule> # end ~ module watermark section # start ~ module watermark section <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}*/admin069xjtgmn/*'" RewriteRule [0-9/]+/[0-9]+.jpg$ - [F] </IfModule> # end ~ module watermark section
  11. Mmm, nothing... It's weird, I use the same hosting, theme and system I always use...
  12. At the beggining or end... I just did it and get 500 error
  13. Hehe, I don't know how to do that, could you please orient me? Where can I get the code I need to add on the htaccess?
  14. @lesley Sorry, I was using Sandbox ID and Secret, my fault. I've copied now the live ones (and activated). But now I'm getting this:
  15. I followed this steps https://docs.thirtybees.com/native-modules/paypal/ I didn't activate Log in with Paypal...
  16. Of course. This is what I get (that 404 is about an image). In the previous step (checkout page) no errors on the console...
  17. Could you fix this error? I've just configured my module, the credentials, but getting the same error: Authentication failed due to invalid authentication credentials or a missing Authorization header. It's weird, because when I refresh the chekout page I can't click on Paypal payment mode anymore. I've deactivated the OPC module and I get the same. The PayPal module version is 5.4.2.
  18. I think all people would be able to use in OPC modules. I'm trying in mine and works fine. Did you put the down limit on 50 cents? xD
  19. Hi, guys! I'm working on 2 projects and I've tried to move the blocklayered to the hook at the top of categories page. I modified some code on the blocklayered.php file and get that hook in the list when I'm going to assign a new hook: the result is aparently ok but it doesn't assign in fact. How can I do this? I was able to do it in PS 1.7 but it seems different here... Thanks!
  20. I did copy/paste directly from some emoji's website. How can I get that unicode, please? Thanks!
  21. I'd like to use emojis in some contents, but for TB they are weird characters. In Wordpress, some time ago, they can show them, do you know what do we need to do to get the same result? I see in some recent websites that kind of use is related with some design styles/branding, or just simplicity, some people loves them and react very well. It would be so nice to be able to do things like this in TB, I'm sure more people would use them:
  22. I bought it finally. And yes, we need to ask massively to oficially support TB, they attend the requests by number of votes.
  23. I'm going to try it in the next days, I'll tell you 🙂
  24. Can we upload and re-writing files or you recommend installing it from scratch?
  25. What do you mean with "SC"? I didn't know that acronym, at least not in Spanish...
×
×
  • Create New...