Yeah if I were you, I would create a tpl file and a custom FrontController. There I would use something like
{if $logged}
Download Link
{else}
Please log in
{/if}
I haven't tested {$logged}. It's just my idea...
In your case you either have to read trough tutorials or finding a dev for this custom work. I doubt there is a inbuilt solution to your problem.
@mdekker This leads me to a question: is it technically possible to use smarty variables in html? Could be a nice feature for the blog and cms pages.
You want them to use the checkout? Is it free for them?
Cause if it's free, I wouldn't let them go trough checkout, that complicates matters, I believe. In smarty you can use {$logged} ...
Thx. Well it's just a test shop with real data. I have changed mysql password already. I don't think anyone can abuse it.
Shouldn't be that blurry I think. Are you on 1080p?
In this thread I am going to help merchants, who want to migrate to thirty bees. For this purpose I have created a video tutorial. I have created a very simple & safe way for a test migration.
I used cpanel & FileZilla in the video, but you can works similair with Plesk. What I show:
Clone your files
Clone your database
Change settings.inc.php
Make the migration
Info: If you want to do the migration on your live shop. You can skip the first part of the video. Just start at 10:43. But I highly recommend to make a test migration before and never forget to make backups!
https://youtu.be/LN7KD9W_MY4
Feel free to ask any question in this thread!
Useful Links:
Info: https://thirtybees.com/migrate-from-prestashop/
Migration module: https://github.com/thirtybees/psonesixmigrator/releases/latest
Yeah 1.7 is not compatible with tb. @Traumflug is working on 1.7 theme compability. He can tell you more.
I clearly recommend you to start a clean tb installation and use a 1.6 theme. Depending of your skills, you can also develop your own theme ofc.
Do you want to start a new shop or migrate from ps? If you want to migrate, it's only possible with 1.6 versions at the moment.
PS 1.6 Themes work with tb! Since it's a complicate matter there always be some little troubles. In this forum you will get the help, you need!
Of course that's not the way to do it. Their bevahiour won't change the outcome anyway. Thirty bees is just better.
It's no one man show anymore. Slowly there are coming devs. We all know @Traumflug here. He is very active and helps a lot! I am optimistic for this fork!
Despite all mistakes they do, it's understandable that they delete thirty bees in the forum. As we all know, thirty bees is just a better ps. It means it's a big treath to the them... It wouldn't the first fork, which "overtakes" the main project.
At the moment it's hard for me to imagine, how I could use this. Is it basically for local testing purposes?
I use multistore... How does it work there?
Which sitemap module?
I think user should define, what should be in. Of course there should be option for categories, products, blog, manufactures, suppliers and cms pages.
Hello
I know, that we have some server experts here. Maybe somebody could explain, how caching is working. It confuses me, that there are many different caching methods. As far as I know, I have the following:
nginx cache
redis cache
smarty cache
full page cache
Additional there is the browser cache, right? Which one is doing what? Where are the risks?
I am always afraid that visitor could see outdated informations. Let's say I change price of a product. Is there a risk, that customer sees the old price? What if I change tpl files?