Jump to content
thirty bees forum

danwarrior

Members
  • Posts

    169
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by danwarrior

  1. 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!
  2. Thanks, this seems to work :slightlysmilingface: This saved me, thanks so much!
  3. 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...)
  4. 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!
  5. 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
  6. 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!
  7. 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!
  8. 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!
  9. 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
  10. Hi @piet Sorry for my insistence. I still haven't figured out the breakdown of cash on delivery. Could you help us? Thank you
  11. Hi @piet, How are they? I have a question. I can add in the final result table the complete price breakdown with the fixes. Thank you very much for the help
  12. @PepeMuy buenas! Disculpa, Pepe, no os leí, ha sido una vorágine esto desde que empezó el C19 y no había casi entrado por aquí. ¿Qué tal lo llevas? ¿Al final te decidiste a empezar con TB? Si te puedo ir resolviendo algo, por aquí estoy, y en despegamos@elplandedan.com El tema de la gestión de datos yo lo estoy recomendando mucho vía Store Manager, es volar y creo que eso es lo que buscabas. Ya me dices, para poder orientarte lo que necesites. un saludo! Gracias, @rubben1985
  13. @datakickI traslated a big part of the front module to Spanish: here you are, the php file, so you can include it on your /Translations folder 🙂 es.php
  14. You were right! Thanks so so much! It must be one of these, because I've deactivated and it worked fine again. You're so good, man! 😄
  15. <script async="" src="//cdn-vk.com/js/vk.js?v=2"></script> I found it on a 1.0.8 website I have and in a 1.1.0 I just installed. Used Panda theme in both cases, differents versions. It doesn't let me save the products correctly:
  16. I'm using it on motorparts.es, you can try it :)
  17. You said the right words: it could be enough, but in terms of Conversion Rate Optimization, is in the checkout process when people are more ready to increase the average amount of the cart. This are marketing and optimization questions, directly connected with the development of the website. Think that the Checkout is the last step off the funnel in sales, so is the moment we (as sellers) can play with promos, related products, limited offers... I think they are talking about this.
  18. I didn't though yet about what you're telling but I think you're right. The module per se is fine, but maybe in the future Petr wants to prepare more sections for that "upsellings" and make it a very strong module hard to compete with. The option of an extra page like in Amazon can works, I don't like specially but it could work for many people. I don't like it because it "enlarge" the sales funnel/process and it means more clicks (less sales) for many lazy people. The option I visualized as I read you is to add an extra box under the resume box, like Thrivecart and others cart system for digital products show (they are very good on CRO). Maybe this ideas/schemes help (I know is not the same structure, but maybe @datakick can think on any good option for the future). This kind of boxes usually . increase the amount average more than in simple ecommerces (marketers have studied deeply the behaviour of buyers). And maybe choosing between an extra previous page or an extra box would be perfect for all kind of sellers (of course this would increase the price of the module, is a lot of extra work, but a lot of optimization too).
  19. Hahaha, you're right, and guess what... I didn't saw that HUGE button! 😅 I was looking inside the orders, in Customers... xD Now I can create orders but I couldn't modify one, but I get a console error (I'm using 1.0.7), or maybe for modifying is on another site. Thanks for your usefull help!
  20. Hi, guys! Today one of my customer had an issue, and I remembered that a few years ago we had this option (I think, maybe I'm dreaming): It was possible to modify or create manually orders from the backoffice. Have you thought about including this funcionallity on the next TB releases? This case was, for example, they have COD payment and the majority of their customers choose this payment option. So they don't generate invoices untill the order is shipped. But in the previous states, if someone make a mistake or simply want some help in their orders, right now is no tpossible make changes, directly on the order. Just saying, let me know if you add this to the "To Do" list, please. Thank you so much!
  21. A mí me suena a error de SEO o a que falte por crear alguna miniatura. Te dejo pantallazo de lo que me aparece a mí. Por un lado he agregado una imagen adjunta, no la veo pero tampoco veo el espacio para ello (y desconozco si debe salir). Por otro lado, esta imagen "rota": seguramente falte regenerar el archivo .htaccess, o limpiar caché de TB, o la miniatura no existe en TB 1.1 y tendrías que crearla a mano. Cualquiera de esas 3 opciones son las que tienen más papeletas de ser las "culpables". Como no me sale espacio para la imagen personalizada que yo he subido, no puedo inspeccionar código, pero me da que deben estar ligados estos 2 fallos.
  22. @datakick I'm sorry if you understand I was arguying, I really had doubts and the only intention was to ask and be sure about the GRPD thing. Of course this thread is about the module, and as legal things are directly connected with checkout/payment steps, I had doubts and put my information on the table, in order to help the module to be completelly usefull for anyone and sell easier, that's all (I sold my own checkout module before, I only shared from my own experience). Btw, I supose is a good solution the extra you decided to add, Petr. I bought the module and will install on 2 more sites, so I'll use it so much 😄 Nice job, thank you!
  23. Take a look here: https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/individual-rights/right-to-be-informed/
  24. Well, the thing on GDPR is that we HAVE TO have records of all the actions the users do on our sites that involve ANY data. Including if your site only have a simple contact form, GDPR requires from you to have a record on what page did the user accept, which was their IP address and everything. Even they have to be able to see the history, ask for modifying or erasing their data. So the checkbox must, in someway, collect that data (I supose it is recording now, but I didn't checked).
×
×
  • Create New...