Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sale Maker & Tabs Contrib Problems!


RealDumbass

Recommended Posts

Posted

Hi all,

I just added a few contributions to my store but now without heartache as you can see here I am asking for help!

 

Firstly, I added the tabs contribution (which adds tab categories to my store) as a result, the categories start in the middle of the page and run horizontally (to the right) - going off the normal page size. Does any one know how to fix this?

 

Secondly after installing the sale maker mod I get the following errors -

1) In my admin I get a 404 page error and a message saying the file I requested (admin/FILE_SALEMAKER) is invalid. Thefilename is defined in catalog/admin/includes/file_name.php, so I don't know what the problem is.

 

2) On my web site index page I get the following errors -

Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /home/store/public_html/includes/classes/shopping_cart.php on line 296

 

Fatal error: Cannot instantiate non-existent class: shoppingcart in /home/store/public_html/includes/application_top.php on line 256

 

Please I desperately need help as the store goes live in less that 14 days. Thanks much!

 

Real Dumbass

  • 5 years later...
Posted

shopping_cart line 296 should read

        while (list($option, $value) = each($this->contents[$products_id]['attributes'])) {

Application_top.php line 256 should read

    $cart = new shoppingCart;

 

but tbh, id restore back to before you installed salemaker

then re-install, doing it STEP by STEP...

 

i did this, seems to be working for me

 

make sure you also ran the SQL query in your phpadmin

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...