No, not quite. You need to add delimiters too.
http://www.zen-cart.com/entry.php?2-...use-on-PHP-5-3
No, not quite. You need to add delimiters too.
http://www.zen-cart.com/entry.php?2-...use-on-PHP-5-3
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
A-ha! Delimiters = / yes
Is this correct?
Code:$attribute_table_cost = preg_split("/[:,]/" , $check_what);
Installed on 1.5 Zen-Cart and everything works well but there is one issue.
Anytime an order is updated, and that includes adding, changing or deleting product the following message stack appears at the top of the screen.
Warning: Nothing to change. The order was not updated.
This happens even though the record updates properly.
Add-ons include Attributes Images and Attributes Stock.
Thanks for this great contribution.
[QUOTE=alphaz;1154904]Installed on 1.5 Zen-Cart and everything works well but there is one issue.
Anytime an order is updated, and that includes adding, changing or deleting product the following message stack appears at the top of the screen.
Warning: Nothing to change. The order was not updated.
Yes, I have the same issue, however I found that if you add something to the comment box, or change the status button it reports success. Be aware it will send an e-mail unless you turn that off, and if you do send one you should add a comment so that they will know what you did.
Tom R
I have installed edit orders on a new 1.51. When I click on orders I get this message ("Parse error: syntax error, unexpected T_CASE in /admin/orders.php on line 305(line 247 in your addon). The only addon I have affecting orders.php is COWOA. The line it refers to is (case 'deleteconfirm':) . I have gone over all the code with WinMerge and cannot find the problem. Please help.
I'm afraid that EO is not the source of this issue.. This is not a section of the orders.php file that that is modified by EO. (you can confirm this by doing a compare of the vanilla orders.php against the one that comes with EO)
I suggest double checking all of your orders.php file merges again.. It's like likely that in merging the COWOA changes with the EO changes you may have accidentally borked some of the orders.php file.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I attempted to install this plugin and the install appeared to work, however when I click on orders in admin I get redirected to my homepage. Can somebody explain to me what I might have done wrong?![]()
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.