Simple E-Commerce
-
I have downloaded Simple E-commerce on my site and everything seems to be working fine – except I get this parse error:
Notice: Undefined offset: 0 in /mnt/stor09-wc1-ord1/782565/807480/www.upcavage.com/web/content/wp-content/plugins/simple-e-commerce-shopping-cart/models/SimpleEcommCartProduct.php on line 441Notice: Undefined offset: 0 in /mnt/stor09-wc1-ord1/782565/807480/www.upcavage.com/web/content/wp-content/plugins/simple-e-commerce-shopping-cart/models/SimpleEcommCartProduct.php on line 442
The error shows up in the store at: https://upcavage.com/Store/
I’ve located the PHP file with the errors and lines 441-443 are below. What do I do with this? From what I’ve read something with an array is not set up right…but I have no idea what that means.
`$price = $prices2s[$i];
if( $prices2s[$i] == “” || $prices2s[$i] == 0 ){
$price = 0;
}’Help!
Thank you!
- The topic ‘Simple E-Commerce’ is closed to new replies.