

musicmaster
Trusted Members-
Posts
687 -
Joined
-
Last visited
-
Days Won
47
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by musicmaster
-
In Preferences->General you have two settings that you may need to change: Allow_iframes and Htmlpurifier. If those have the good setting it is a matter of filling in a text block on your home page. But that depends on your theme. It is unclear whether you know how to add a video in a plain html page.
-
I have no idea what NIE is. The fiscal identification number is usually placed in the footer of the invoice. And as it is always the same you can hardcode it. The VAT number of the customer is a bit more complicated as it is not standard available in the form. So you will need to make an extra variable in the PHP file that uses the template to create the invoice (\classes\pdf\HTMLTemplateInvoice.php). The VAT number is stored in the tb_address table.
-
When I buy a template I get a period of 6 months to a year of support. That takes a lot of risk of buying a template away. It would nice when Thirty Bees could provide a similar deal as you now are left on your own when you buy a PS 1.6 template for Thirty Bees. Given that a typical template costs 80 to 100 euro I would assume that half of it is for support and half for development. Some finding some kind of flat rate solution seems for me reasonable. Of course buying should happen at the time of buying the template and not when problems arise.
-
-
I find this hard to work with. SunnyToo must have a reason to have a separate Thirty Bees edition of Panda. Small differences may be easy for you to solve because you know the way and you have seen many problems before. But for me solving the same problems might take days. Add to this that when I have a problem and mail the template maker he will reply that he doesn't support Thirty Bees. This problem becomes even more urgent when I have to make a quote for switching a customer to Thirty Bees. In such a case I must have reasonable certainty that I can deliver within a certain time for a certain price. I would love to see Thirty Bees taking some kind of responsibility. It could for example sell support contracts for a list of templates. 40 or 50 euro would be a reasonable price.
-
I am looking for themes that are compatible with Thirty Bees. In an old forum post I found three names: Transformer, Warehouse and Panda. Further search learned me that Iqit no longer sells PS 1.6 themes. So Warehouse is no longer an option. Looking at the SunnyToo website I found that only the Panda theme still claims Thirty Bees compatibility. Transformer does not. So my question is: what other options are there besides Panda and the own themes of Thirty Bees?
-
Where is return data & financials stored in database?
musicmaster replied to x97wehner's topic in English
These are the tb_order_slip_* tables. -
There is only one prefix and it is defined in the Settings.inc.php file.
-
When I check in the browser console I see two commands going to the server. The first - to index.php?controller=authentication?rand=1639850796291 - sends the name and address. It gets a rather basic confirmation back (with error status data and the new customer and address id's). Obviously something is going wrong here. The second - to index.php?controller=order-opc?rand=1639850802642 - sends method="updateAddressesSelected" with the address ids and gets back a lot of data for a variety of hooks.
-
In the file /controllers/front/AddressController.php in the function processSubmitAddress() I added a check that the customer has added a house number. This is done by adding the following check: if(!preg_match('/[0-9]/', $address->address1) && !preg_match('/[0-9]/', $address->address2)) $this->errors["extra"] = "<b>Address</b> doesn't contain a number!"; This works most of the time. However, when the customer chooses to register as guest this function is not called the first time he enters his address. (when he changes it it is called). I am looking for where the address is handled in that case so that I can have some check there too.
-
What you saw is most likely a result of the auto-complete function of your browser.
-
As others have said: this is the customization option in the backoffice. You fill in a number in the Files field. When you save that a field appears where you can enter the field name for the customer.
-
Sorry for posting the same thing twice. The forum has become a bit strange. Suddenly it sorts the posts by vote. But that means somehow that the latest becomes immediately after the original post. It also means that when you reply and press the "submit reply" button that button after some busy time becomes active again while the text you posted is still in the window. Rather confusing...
-
Sounds like quite a lot. Could you share some of those solutions so that other people can solve them without having to ask?
-
Sounds like quite a lot. Could you share some of those solutions so that other people can solve them without having to ask?
-
Such a big order makes it almost impossible to find a cause. You need an order with one or two products - maybe in high quantities. Only in such a situation makes it sense to do the calculations manually and look where things go wrong. BTW: existing orders will not change due to your change in settings. Only new ones will.
-
Can you use downloaded versions for upgrade? How?
-
On the Modules page click on Check for updates. After that you will see the modules that can be upgraded and a button to do so.
-
If you need to do that kind of things you can better use my tool Copy_shopdata. It handles such problems for you. But in this case it is very likely not needed.
-
Feature Request Time!
musicmaster replied to Messenger Bee's topic in Announcements about thirty bees
The issue I run most often into is the inability to attach files with the customer service messages. Probably I am biased because I sell software. But I can imagine that other people will find it handy too for sending manuals, product previews, etc. -
The disadvantage is that only you will be capable of determining which revision is older and which is the latest. For almost everyone else it will be just too much effort.
-
Is this really necessary? I never before heard of a software package refusing installation because an expired certificate - a quite common problem.
-
Experience learns that even minor revisions can bring errors. So when someone reports an error it is always good to know exactly what version he used. You cannot ask someone to have a look in his database for what _TB_REVISION_ he has.
-
Isn't it possible to use normal subversions instead of revisions? Like 1.03.01 and 1.03.02?