ABSOLUTELY the uri can be modified after it has been entered and/or auto-generated! That's one of the points of the software... IF you keep the ceon database tables that is. To do that? When updating...
Type: Posts; User: mc12345678
ABSOLUTELY the uri can be modified after it has been entered and/or auto-generated! That's one of the points of the software... IF you keep the ceon database tables that is. To do that? When updating...
So, I'm not familiar with that plugin. As far as the admin side of defines, I didn't go into that review in my earlier response.
As far as the log issue, is the define on line 11 for...
Well, I know I'm completely confused about 1) the current state of installation, 2) what the state really was yesterday, and 3) what the real problem is/was when the software was installed...
Want...
Well, I am a little surprised that when retrieving the order that the comments are not populated as an array to $order->info['comments'] with whatever additional information is to be tracked/kept...
Looks like there are some "special" actions needed to recover that information from an order. I used the admin's orders.php file to identify the potential code:
...
There were a lot of modifications done to constant definitions over the last several versions. In many cases, overrideable defines were taken to the "core" language which depending on which side of...
Ok, so first, allow me to apologize because as it stands, there is no historical information in this thread related to something I specifically identified some time in the last week or so. The...
What version of the software? Is the version in use the latest version?
Really? Assistance? One guess what might just fix that issue... I'm not even sure if it is something that was ever really an issue or not, but I'm a little taken aback that the most likely solution...
This is starting to sound more like an issue with the checkout process than anything else... I'll ask the question a different way:
why does the customer need to select a currency other than what...
Btw, I wouldn't think that any of the queries associated would fail because the name itself didn't exist... to me it seems like there may be something else... I say that from the perspective that...
Ok, but if I understood correctly in using two different "ways" to get to the same category, one showed eveything expected, the other did not. That difference is important and by me (maybe someone...
I'm trying to look into the possibilities that could have caused this newly described issue (suspecting that there is/was information in the database that led to this issue), but I'm having...
Among other general code updates for either internal code readability and alignment, I've updated the code as associated to the use of the Zen Cart function zen_not_null. As discussed here and a few...
If the data pulled was not of the current ZC version, then it would need to be updated through the zc_install process... This can be done through jumping through other hoops, but ultimately the data...
Know of or remember the movie "Field of Dreams"? Build it and they will come...
If concerned about the store content, then build a separate "disposable" store... Do your video (don't wait for...
1) zen_colorbox is not required by Zen Cart.
2) If the desire had been to remove zen_colorbox, then the removal/uninstall had not been fully performed, omitting the database removal part even if the...
There are a number of things that could help identify the issue, in particular to identify if it is something wrong with the base software or a modification.
Answering the posting tips would be a...
The live database should continue to operate and process orders until the new store is being put into place and operational.... What that means is while you are testing your rebuild/upgrade the...
Whatever you choose. Let me say this with a little "tough love"... To insert a new order, you *DO NOT* need to know the order_id that is to be inserted when creating a new order...
You insert the...
That's a function that is/was missing from the Zen Cart V1.5.7 includes/functions/functions_categories.php.
...
Btw, and this was something I learned I believe the hard way, but may have been through watching others get help... If in fact it is needed to determine the next value within a table using the...
It can be. But also can be helped by providing reasons for doing what is thought is needed.
Again, note that when using the order class to create an oder, the orders_id is autogenerated by way of...
No, no action required. Indicates that the sidebox is in an override directory so if going to make changes or review the code, be sure to look there for how things work.
Have seen this and understand what it means when I see it, but at the moment forget what it says. Could you provide an example?
Added comments of various importance (several don't affect operation, they are just different ways of doing the same thing). They can be seen at:...
To re-emphasize what DrByte said and in light of all the sql that was written, if all of the data already exists in the "system" to support creating an order, then there are a number of ways to...
I would like to note that determining what the data layout is can be accomplished a number of ways. I prefer to send the results of print_r($arrayVariable, true) to whatever is to be used for...
There's actually another loop that is missing unfortunately:
foreach ($order->products as $product) {
// Option: $product['attributes'][$attr_index]['option']
// Option Value:...
Ok.. Couple of things... The orderID is an auto_increment field... It doesn't need to be set when adding to the "orders" table ... By inserting a new row of data (suggest excluding the orders_id in...
Agree with DrByte that PHPStorm is worth trying/using. I have/use it when I need to do some more "intricate" review, coordination, evaluation though more frequently I enter code directly I'll say...
My issue with what needed to be done is that I had only wanted very specific information "introduced" through session swapping. That was what worked in older "versions" (PHP most likely the...
Not necessarily expected to work as provided in that code segment unless something has been done to make that exist.
Ok, anyone else familiar with the old/revamped tv show: "name that tune"? I...
Fyi and fwiw, while I didn't find a "convenient" way to rework the session decoding issue, I am incorporating the use of the WhosOnline class that was brought into ZC 1.5.7 such that if it exists it...
As I said in this commit: https://github.com/zencart/zencart/commit/289ede7a27375e9039323a7861bcb9daf8092310#r45515165
I had introduced PHP 7.x centric code as I had seen other similar use within...
Yeah, though I found you MIA, the message has been clear and seemed appropriate to pass along.. :) Glad to see you appear here. :clap:
For learning purposes, an issue with:
if count_contents() = 1 {
Is at least two fold.
1. No parentheses around the test criteria.
2. When testing for simple equality, need to have two equals...
Surprised that another zenner hadn't popped in to provide this, but carrying another message forwards that hasn't been discussed here.
SSL... The HTTP_SERVER value, if the site is full SSL...
A couple of suggestions. Provide a link to the site (can be presented with spaces between significant parts or (dot) or other such divisions to prevent indexing). Identify what content is missing...
In review to answer your question I noticed the same.
When I went back into my local git repository I saw that I had that prepped but hadn't loaded it.
The repository is updated; however, I...
Sounds like may be having a partial blank page problem. This usually will cause information to be logged in the logs folder.
https://docs.zen-cart.com/user/troubleshooting/blank_page/
When...
Are you in the order class or in your observer when trying to use that product data?
There's a lot of other information that would help at least someone else... I mean, you may need to recreate the...
True that isn't necessarily a language dependent object; however, templates tend to use/reuse the same define in multiple places. For example the define in question: HEADER_TITLE_LOGOFF is used or...
I have updated the 1.5.6 and 1.5.7 versions of the attributes_controller to basically "skip" that logic if the table is not defined or if the table is not in the database... I also updated the file...
In earlier design, I had a request to be able to install the software but not to activate it until one wanted to activate it. That said, it appears that the attributes_controller aspect does not...
Problem that may occur is if that session data is "collected" while it doesn't yet exist and some other conditions exist.
Considering this text is "replacing" the log-off text, which would...
Something that I sort of bypassed in the OP. Said that the old files (sounds like 1.3.9h) have been uploaded to the "new" directory. Also talk about the 1.5.7 fileset and then later talk about some...
I thought that the information was part of what was captured/entered in the database part of these displayed items... Again, database is not a set of files... I've accessed the flexible footer before...
Now it appears that you are looking at the bells and whistles instead of the whats and hows... Would recommend focusing on the things that are needed for the site to function and address the would be...
Are you able, anywhere even on a local machine to have gotten the update option with the old database? Basically if you can get the update option to execute off of the previous database anywhere then...