Jump to content
thirty bees forum

danwarrior

Members
  • Posts

    169
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by danwarrior

  1. 2 minutes ago, datakick said:

    Yes, it is production ready. Of course, you should test all the flows yourself to be sure. Like with every other module 🙂

    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. 2 hours ago, datakick said:

    I've just released new version 0.3.0. This version adds some new functionality, but more importantly it fixes serious login-related bug introduced in 0.2.0. I strongly suggest you to update to this new version

    NEW FUNCTIONALITY

    • Support for manual exemption in VAT module. Your customers can now click I qualify for VAT relief checkbox
    • Added password reset functionality
    • Added floating UI notification snackbar to inform user about various events (invalid password, wrong discount coupon code,...)

    BUGFIXES

    • Fixed serious bug regarding login user
    • Fixed bug with not showing all customers addresses

    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. On 7/19/2019 at 1:12 AM, datakick said:

    I've just released new version 0.2.0. Here are the main features:

    1) you can now choose between unified block with both shipping and payment options, of have these two sections rendered separately. 

    Unified block:

    image.png.b3601452fd04455cfd6793588ce7b104.png 

     

    Separate blocks:

    image.png.d52ce564ddb9b4dec10776d567d4fe40.png

    2) There's an option to render logos for payment and carriers

    3) Initial support for form extension. Third party modules can now extend checkout forms, and add their own fields (or even sections). For example, my premium version of revws module (in upcoming version) will render checkbox to ask user for consent to send review request.

    And of course, there were some bugs fixed. 

    You can download the new version from my site

    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. 1 minute ago, lesley said:

    As I mentioned before, you will need to ftp into the site and put that at the bottom of the htaccess file. I am not sure it will take it from the back office.

    But on another note, you are not in a country that works with paypal plus either, so that could be an issue as well. 

    I deactivated and neither, even I can't click, it makes nothing when PPlus deactivated.

    I've tryed both, through BO & FTP...

  6. 1 minute ago, lesley said:

    Hmm this should not cause a 500 error, I tested it on a live server.

     

    
    <IfModule mod_headers.c>
    	<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg|txt|html)$">
    		Header set Access-Control-Allow-Origin "*"
    	</FilesMatch>
    </IfModule>

     

    I just tried again, this is weird, I upload a short video in a few minutes

  7. 13 minutes ago, shoptechmedia said:

    right.. sometimes other modules that really messes up with each other.. i often disable similar modules when debugging.. good job.

    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.

    1 hour ago, lesley said:

    Hmm there might be a bug, can you add it to the htaccess directly, or if not, at the very bottom of the htaccess. 

    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...

  8. 5 minutes ago, lesley said:

    Ok, I just tested, it seems chrome 73 has changed something, add this back to the htaccess and modify it to what I have. Notice I added |txt|html to the end of the filesmatch


    <IfModule mod_headers.c>
        <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg|txt|html)$">
            Header set Access-Control-Allow-Origin "*"
        </FilesMatch>
    </IfModule>

    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?

  9. 5 minutes ago, lesley said:

    Ok, try this, these lines should be near the bottom of your htaccess, remove them

     

    <IfModule mod_headers.c>
        <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg)$">
            Header set Access-Control-Allow-Origin "*"
        </FilesMatch>
    </IfModule>

    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

     

  10. 2 minutes ago, lesley said:

    It looks like you need to allow a cors header to your htaccess to allow paypal. 

    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?

  11. 1 minute ago, lesley said:

    Can you open your console to see if there are any errors. 

    Of course. This is what I get (that 404 is about an image).

    In the previous step (checkout page) no errors on the console...

    Screenshot 2019-07-15 at 18.39.09.png

  12. Could you fix this error?

    I've just configured my module, the credentials, but getting the same error:

    1. 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.

  13. On 7/12/2019 at 8:03 AM, datakick said:

    I don't think this is an issue with this module. I bet you are using some third party one-page checkout module, aren't you?

    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

  14. 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!

     

    Screenshot 2019-07-15 at 08.28.34.png

  15. 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:

     

    Screenshot 2019-07-10 at 13.47.53.png

  16. On 7/5/2019 at 7:42 PM, Briljander said:

    Agee, best tool I have used to simplify product management.

    You should really try to get them to officially support TB to. 

    I bought it finally. And yes, we need to ask massively to oficially support TB, they attend the requests by number of votes.

  17. 7 hours ago, datakick said:

    New version (release candidate):  SCA support

    Here's a pre-release candidate of stripe module that implements support for SCA - new European regulation coming into effect on September 14, 2019. If you are collecting payments from EU customers, you will need to upgrade stripe module, otherwise you will see a huge increase in card declines.

    The changes to the module are substantial -- 3 core checkout flows had to be rewritten from scratch using new Payment Intent API. Therefore, before I release this version officially, I would like to ask you all to test it thoroughly.

    If you find any bug or problem, please report to this thread. 

    Download: stripe-v1.7.0.zip

     

    Can we upload and re-writing files or you recommend installing it from scratch?

  18. 9 hours ago, zen said:

    @Pedalman Store Manager supports TB, try it and you'll forget about SC totaly.

    What do you mean with "SC"? I didn't know that acronym, at least not in Spanish...

×
×
  • Create New...