does the previous version V126a work with the latest ZenCart upgrade?
does the previous version V126a work with the latest ZenCart upgrade?
This is my store - Stunem.com
wondering about the release status of this contrib. I have found a d'load of the beta but don't want to install it on a live server. Do you have a predetermined beta period?
Thanks,
cpk
The next version will be release this Memorial weekend. I have to make some minor changes before releasing it.Originally Posted by cpk
Hi, very nice contrib, thanks!
Everything seems perfect, except the heading of "Date Added | Status | Tracking ID | Comments" and the Tracking ID's content don't show up at all at customer account's Status History & Comments.
Am I missing something? I am using Z 126 with Ty 126b
Thanks again!
Great mod, Will this work with 1.2.7d that is the current version of zen-cart I am using.
v126 will work will Zen Cart v1.2.6 or v1.2.7.Originally Posted by AVdes
Zen Cart v1.3.0 users should wait a few more days until I release the next version.
just checking on the status of the 1.3.x version of this modOriginally Posted by colosports
it looks like a good one
The module is ready for download.
All future updates and release will can be found at http://www.kaptivaimports.com/pub/
Please read the README.txt file for instructions.
Enjoy,
Ty.
Attention beta users
If you were a beta tester, you should of receive an e-mail or PM from me with direction on how to upgrade from the beta version and fix the bugs that were found.
If you did not get the e-mail or PM, please contact me.
Ty.
Update! A new version was added to http://www.kaptivaimports.com/pub/
Update: When you click on the links in Previous Order sidebox it should return a secure mode.
To update your module.
Option #1:
Download the new version and copy the 1 file
\includes\templates\template_default\sideboxes\tpl_track_orders.php to your sever
Option #2:
Change the code on line 22.
Look for :and replace it with:Code:zen_href_link(FILENAME_ACCOUNT_HISTORY_TRACK, 'order_id=' . $customer_orders[$i]['id'])NOTE: You are simply appending the ,'SSL' argument to the link.Code:zen_href_link(FILENAME_ACCOUNT_HISTORY_TRACK, 'order_id=' . $customer_orders[$i]['id'],'SSL')