musicmaster
Trusted Members-
Posts
706 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by musicmaster
-
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?
-
One little other thing: the modified files. It seems to me extremely unlikely I changed all these files. Maybe one or two, but my impression is that most were changed in some system operation.
-
Updating indeed allowed it to go further. Thank you. The database software is MariaDB 10.4.8
-
When you asked for feedback about the Core Updater I reported too that it remained stuck at 42.86%. There was never a report that that was solved. I just checked for the log files from those tests: 4.3 and 8.9 GB. So Slick_303 is right. By doing a new "upgrade" that I broke off almost immediately after it got stuck at 42.86 I managed to get a shorter log file. I have it attached coreupdater-20211019.log
-
For a database export and import should work ok. Don't forget to cleanup the database before you start.
-
I am not sure whether AWP supports your second scenario. I doubt it. So you should ask them. You can do that on the Prodcombi page of Prestools.
-
You can use Prestools for managing the price of large numbers of combinations. It allows you to set prices on attributes. It is free However, the database structure can only handle a few thousand combinations. Otherwise it becomes too slow. The alternative is the module Attribute Wizard Pro but that is far from free.