Hi...
I finally endeavored to persuade my chef to create a packet of the final release of this mod...
So be patient please...
I“m trying to get this ready quickly.
greets from Germany
HelixX²³
Hi...
I finally endeavored to persuade my chef to create a packet of the final release of this mod...
So be patient please...
I“m trying to get this ready quickly.
greets from Germany
HelixX²³
Status? I'd really like to have this. :)
Here are the files that have hard-coded modifications with this addon. Just a quick reference for those that want to try it out. You should back these up first.
- admin\attributes_controller.php
- includes\classes\shopping_cart.php
- includes\functions\functions_prices.php
- includes\functions\html_output.php
- includes\modules\attributes.php
- includes\modules\pages\product_info\jscript_main.php
- includes\templates\template_default\templates\tpl_product_info_display.php
Any Body get this Thing to work yet?
As I remember, the files in admin can NOT be overridden with a custom template. Can all the others be copied into a custom template and overridden?
I am usinig a WAMP server on my localhost to test the site I'm building. It has Apache 2,0.18, PHP 5.14 with Zend, and MySQL 5.0.22. Does anyone know what else is needed to get the AJAX functions to work??
OK, I temporarily abandoned the idea of using the override system and installed everthing according to the readme instructions.
When I go to the Catalog > Attributes Controller and click on the "AttributCombinationsTable" link (need to make a nice button for this), I get a 404 error which says "Not Found: /admin/stats_attr_model.php". BUT that file is definitely there in that location.
Second, in the root folder "getPricefromcomboID.php" the first line reads:
require_once("ajax/xajax.inc.php");
So it looks like there has to be an added file which is not provided with this module in order to run the AJAX function.
YES, I checked and I did set the server address correctly in the jscript_main.php file.
Any explanations??? I would really like to get this mod to work...
Maury![]()
Well part of the mystery is solved, I think.
for the AJAX library, I went to http://www.xajaxproject.org/ and downloaded the latest stable version and installed it in the root folder. I changed the name of the folder from "xajax" to "ajax" to match what is coded in jscript_main.php for this module.
When I go to the Attributes Controller page in Admin and click on the link, I still get the 404 Error. I noted that the URL it is trying to access is "http://localhost/admin/stats_attr_model.php". My root is one level down in http://localhost/newzen/ and that is what is encoded in jscript_main.php forSo I don't understand why it cant find the file properly. If I manually change the URL in the browser window to include the "localhost/newzen/admin..." then it finds the file and shows me the ArticleCombination window.Code:var xajaxRequestUri="http://localhost/newzen/getPricefromcomboID.php"
Help needed!
Maury
Status?
I have tried all the hints listed on this thread and it still does not work 100%