I've fixed quite a few bugs in this program can you help with this one for the /shopping/Checkout.php It happens when trying to hit the confirm order button at checkout.
File is in DwzCart\dwzCartClass.php on line 2260 for me which is for the Html2Text Class conversion. The line number could be different for you as I removed the Verify Stock Code because I don't need it for the type of site i'm building.
Here's the error report from php:
) Fatal error: Class 'Html2Text' not found in C:\wamp\www\dwzCart\dwzCartClass.php on line 2260 Call Stack # Time Memory Function Location 1 0.0052 494840 {main}( ) ..\Checkout.php:0 2 0.0859 2261296 dwzCart->InsertOrder( ) ..\Checkout.php:455 3 0.1646 2298912 dwzCart->SendOrderMail( ) ..\dwzCartClass.php:1760 4 0.1836 2320192 dwzCart->CartSendMail( ) ..\dwzCartClass.php:2174 5 0.1840 2326880 dwzCart->GetTextMessage( ) ..\dwzCartClass.php:2247
( ! ) Notice: Unknown: Skipping numeric key -1 in Unknown on line 0 Call Stack # Time Memory Function Location 1 0.0052 494840 {main}( ) ..\Checkout.php:0 2 0.0859 2261296 dwzCart->InsertOrder( ) ..\Checkout.php:455 3 0.1646 2298912 dwzCart->SendOrderMail( ) ..\dwzCartClass.php:1760 4 0.1836 2320192 dwzCart->CartSendMail( ) ..\dwzCartClass.php:2174 5 0.1840 2326880 dwzCart->GetTextMessage( ) ..\dwzCartClass.php:2247
Appreciate your help.
|
|
|