Welcome, Guest!
By registering with us, you'll be able to discuss, share and private message with other members of our community.
-
Content Count
148 -
Joined
-
Last visited
-
Days Won
3
danwarrior last won the day on August 8 2019
danwarrior had the most liked content!
Community Reputation
16 GoodRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Link_rewrite not valid (on products neither carriers)
danwarrior replied to danwarrior's question in Technical help
Thanks, Wartin! I'm trying, had to ask for my hosting because I don't see the option on cPanel. I also found this and much more "apply fix" pending on the Core Updater. In fact I thought maybe the kind of unicode could be the reason bu I didn't know where to change it. Let's see! -
danwarrior started following Link_rewrite not valid (on products neither carriers) and Feature Request Time!
-
Feature Request Time!
danwarrior replied to Messenger Bee's topic in Announcements about thirty bees
An advanced integration with FB Ada, similar to Shopify. It would make TB unstoppable 😉 -
Link_rewrite not valid (on products neither carriers)
danwarrior posted a question in Technical help
I record my error here, is only 1 minute: http://somup.com/crfibybsL9 I tried to change options on Preferences -> SEO but I get a 403 error. I updated TB last week, but I supose that is not the cause... Thanks so much! -
Igual aquí (Same here). Actualizado de 1.1.0 a 1.2, usando Panda, y todo sigue funcionando perfecto. (Upgraded to 1.2 using Panda theme, all working fine). @datakickI have to talk with you, I want to help in some things and give some vision to monetize TB project, but these weeks are being "a bit" bussy. I'll send an email soon. Thanks, Petr!
-
danwarrior started following Can't regenerate thumbnails after import products, Thirtybees 1.2.0 released, Can't add new category > missing column in database? and and 3 others
-
Amazing news! Trying it tomorrow 🙂 @datakick is there an option to receive new threads alerts on our email? It would be great for those of us that are overwhelmed but want to continue updated and pushing more. I don't know other members, I don't enter in the forum frecuently if I don't see alerts. Thanks!
-
Can't add new category > missing column in database?
danwarrior replied to Manisch's question in Technical help
Thanks, this seems to work :slightlysmilingface: This saved me, thanks so much! -
You saved me again. Thanks so much!
-
Thirty Bees Future Announcement
danwarrior replied to Messenger Bee's topic in Announcements about thirty bees
Hi, Pietr! Sorry because I just see now this post, and I was wondering what will be happening with this projecct, because I think I'm the only marketing focused person here promoting it and creating content. I need some time to read all, I wanted to contact you from a few days ago because I have good probed ideas for monetizing, marketing and growing. This is my speciality since long time ago, and I know how to do it with little resources. Will write you soon! About the name, I would maintain the same, even if you make lots of changes in the future. Because it takes time too to positionate a new "branding", and even if TB is "new" for many people yet, it has been through the most difficult phase of "launching" and I feel it begins to be stable and have good options to get more and more users (generating income, not only through support). About this, there is a big world further than support, that's why I want to read and understand deeply your personal focus and intention, and give some ideas in the same frecuency. Great to have news at last! (Didn't receive any notification before from the forum and Slack is silent...) -
Thanks for sharing! I have the same problem and I don't understand wich the solution is, can you please specify? I was using Store Manager and after lots of tries, I've just imported the products from database (PS 1.6) to database (TB 1.1.0). I copied all the /img/p directory and when click to regenerate thumbnails, it only shows this message constantly. I can't understand why is using that route, /home/muristar/public_html...? (Muristar is the domain). The images are there, and permissions are not the problem... Any idea to help? Thanks so much!
-
Can't regenerate thumbnails after import products
danwarrior replied to danwarrior's question in Migrations
Here is my .htaccess: # ~~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: tb.muristar.com RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^tb.muristar.com$ RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1-$2$3$4.jpg [L] RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1-$2$3$4.webp [L] RewriteCond %{HTTP_HOST} ^tb.muristar.com$ RewriteRule ^([0-9]+)\-([0-9]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1-$2$3.jpg [L] RewriteRule ^([0-9]+)\-([0-9]+)(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1-$2$3.webp [L] RewriteCond %{HTTP_HOST} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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} ^tb.muristar.com$ 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 <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule> #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 -
Hi, guys! I've exported all the products, customer blablabla from PS 1.6 into a new TB store, using Store Manager. All import process was fine, except images. They showed like regenerated on the software desktop, but nothing on the front website. So I decided to import all the product images from the pevious PS and try regenerate after that (of course I updadted the .htaccess and robots.txt). But now the error is this, and only a few images have been created (see attached image). The thing is that the URL is not correct. It suposed to start at "/tb/img/p...": can you tell me where i can change this URL, to try again? Or maybe there is a better way... Thanks so much!
-
Hi, @datakick, hope you're fine. I wrote you on your support forum about an issue in the cart details of Chex, is about COD fee. Can you please help us to solve it? The thread is here https://store.getdatakick.com/en/support/module/13-chex-one-page-checkout/130-about-some-details-on-cart-left-column-we-need-to-show-a-cod-fee and I gave you all the access and license too via email. Thanks so much, Pietr!
-
I understand. But I feel maybe I didn't explain: there's a fee for the Cash on delivery payment method, and it needs to be shown with the rest of taxes on the cart resume, at left column of the checkout page from Chex module. Maybe you've already done it and it doesn't work on my site. @datakick I was looking on your support forum but didn't found it, sorry if this is not the place. Thanks again!
-
hi @piet What I need is that when a customer chooses the "cash on delivery" payment method, a breakdown of the total price appears, that is, what he pays for the VAT, what he pays for choosing that method and what he would pay for the product itself. best regards
-
Hi @piet Sorry for my insistence. I still haven't figured out the breakdown of cash on delivery. Could you help us? Thank you