found some bug in the module osC v.68 for xoops
1)first in the /module/osc/checkout_shipping_address.php
"Warning [PHP]: main(inlcudes/form_check.js.php): failed to open stream: No such file or directory in file C:\home\amintest2\public_html\modules\osC\checkout_shipping_address.php line 213"
this came out at the bottom when I enable phpdebug, so change
include("inlcudes/form_check.js.php");
to
include("includes/form_check.js.php");
in: /module/osc/checkout_shipping_address.php
It's just a typo, but the way that it renders I could not fix.
I use a fresh XOOPS 2.2.4 with osC 0.68 on
window apache 2
PHP Version 4.4.1
MySQL Version 4.1.16-nt
when a go to /module/osc/checkout_shipping_address.php (its when we go to checkout and then change the address) it does not render right.
NOTE: it renders fine when we ONLY have 1 address and when we are also fine at "checkout_payment_address.php"
I tried even try to empty the theme template for "checkout_shipping_address.php", but no luck. So I think the problem is in the script.
Can anyone help??
2)the "popup_search_help.php" render > http 404. I check the file and it's not there. :( I did try to copy from the original oscommerence, but it doesn't work.
guess need to change some thing. yess.... need help.
3)the search block not rendering right when i go to other module such as news, extended profiles, and others.
NOTE: it renders beautifully when is on the osC module!
4. In the "address_book_process.html" of the osC template theres a wrong button to dislplay it should be "<{$bt_del}>" instead of "<{$bt_back}>"
<{$seperator1}> | <{$bt_back}> | <{$bt_back}> | <{$seperator1}> | change to:
<{$seperator1}> | <{$bt_back}> | <{$bt_del}> | <{$seperator1}> | I guess that's all. Sorry if its alot. I really need help though, and the first one is a real head ache. :)
Thanks to Michael Hammelmann
for sharing his work. I did forward this to him, I hope this does not affend anyone; because
I know everyone doesn't alwase have a free time to give, including Michael Hammelmann. Peace to you all.