-
Content count
27 -
Joined
-
Last visited
Profile Information
-
Real Name
terri
-
Location
margaret river WA
-
Shown are the shipping options and estimated costs which are available for the selected country. The final shipping costs you will get during checkout and these estimates may differ! Select country to ship to: for Australia This is what i have on my page. When i add to cart no costs come up. I am using auspost and weight for pricing. Can anyone help please. stasmmr
-
Hi I am trying to install this feature but getting error Parse error: parse error in /var/virtual/web/w0232/html/store/includes/classes/shopping_cart.php on line 173 Fatal error: Cannot instantiate non-existent class: shoppingcart in /var/virtual/web/w0232/html/store/includes/application_top.php on line 253 this is my error . i have installed it twice and keep getting same error. the code i am inserting is this. I hope someone can help. CODE //CLR 020606 update db insert to include attribute value_text. This is needed for text attributes.//CLR 030228 add tep_db_input() processing if (tep_session_is_registered('customer_id')) tep_db_query("update " . TABLE_CUSTOMERS_BASKET_ATTRIBUTES . " set products_options_value_id = '" . (int)$value . "', products_options_value_text = '" . tep_db_input($attr_value) . "' where customers_id = '" . (int)$customer_id . "' and products_id = '" . tep_db_input($products_id) . "' and products_options_id = '" . (int)$option . "'");
-
Parse error: parse error in /var/virtual/web/w0232/html/store/includes/classes/shopping_cart.php on line 173 Fatal error: Cannot instantiate non-existent class: shoppingcart in /var/virtual/web/w0232/html/store/includes/application_top.php on line 253 this is my error . i have installed it twice and keep getting same error. the code i am inserting is this. I hope someone can help. CODE //CLR 020606 update db insert to include attribute value_text. This is needed for text attributes.//CLR 030228 add tep_db_input() processing if (tep_session_is_registered('customer_id')) tep_db_query("update " . TABLE_CUSTOMERS_BASKET_ATTRIBUTES . " set products_options_value_id = '" . (int)$value . "', products_options_value_text = '" . tep_db_input($attr_value) . "' where customers_id = '" . (int)$customer_id . "' and products_id = '" . tep_db_input($products_id) . "' and products_options_id = '" . (int)$option . "'");
-
Product Attributes - Option Type Feature (manual installation)
stasmmr posted a topic in General Add-Ons Support
Parse error: parse error in /var/virtual/web/w0232/html/store/includes/classes/shopping_cart.php on line 173 Fatal error: Cannot instantiate non-existent class: shoppingcart in /var/virtual/web/w0232/html/store/includes/application_top.php on line 253 this is my error . i have installed it twice and keep getting same error. the code i am inserting is this. I hope someone can help. //CLR 020606 update db insert to include attribute value_text. This is needed for text attributes. //CLR 030228 add tep_db_input() processing if (tep_session_is_registered('customer_id')) tep_db_query("update " . TABLE_CUSTOMERS_BASKET_ATTRIBUTES . " set products_options_value_id = '" . (int)$value . "', products_options_value_text = '" . tep_db_input($attr_value) . "' where customers_id = '" . (int)$customer_id . "' and products_id = '" . tep_db_input($products_id) . "' and products_options_id = '" . (int)$option . "'"); -
Hi I have installed above feature and have this error showing. I undid all my changes and did it again and still get this error. Ist here anyone who could help please. Parse error: parse error in /var/virtual/web/w0232/html/store/includes/classes/shopping_cart.php on line 173 Fatal error: Cannot instantiate non-existent class: shoppingcart in /var/virtual/web/w0232/html/store/includes/application_top.php on line 253 Thanks in advance stasmmr
-
hi i Have uploaded my 2 sql files and they were accepted . where do i upload the php files to? do i upload the whole folder or just the selected php files? This may sound confusing but it is not showing up in my admin dept to install modules. I have done both upload the whole catalog and then upload the seperate files still nothing please help. thanks stasmmr