Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Branden

Archived
  • Posts

    65
  • Joined

  • Last visited

Posts posted by Branden

  1. Hello,

    When I try and import the lists.iff file, I get the following error...

     

    Fatal error: Using $this when not in object context in /home/*********/public_html/admin/qbi_products.php on line 34

     

    Also, when I try and download my orders I get this error-

     

     

    Warning: strstr() [function.strstr]: Empty delimiter. in /home/********/public_html/admin/includes/classes/qbi_classes.php on line 613

     

    Warning: strstr() [function.strstr]: Empty delimiter. in /home/*****/public_html/admin/includes/classes/qbi_classes.php on line 613

     

    Any ideas what is wrong?

  2. I am having an issue where attributes are showing up as products when I try and match. Because of this, QBI wants me match 1200 products/attributes it is pulling from my OSC database..where I only wanna match the 400 products.

     

    Is there a way to fix this?

  3. Is it possible to have this kind of navigation only for some parts of the catalog and have the generic links for others? Ideally I'd like to be able to use the normal links to browse through the catalog, but when clicked on one of the category links, this navigation system comes up on the main page. Please take a look at our site and you'll see what I mean. I'd like to use this system of finding the product for the ink cartridges only. The rest of the categories are find the way they are. Is this possible?

     

    Thanks.

     

     

    Wjere did this go?

  4. Maybe someone else has done this.  I don't use the featured products (though, I see it's advantages to the New Products box).  It looks like it uses a similar setup to the New Products page, though.  The product listing code is totally different - it uses the class/boxes file to create a productListingBox whereas Feature and New Products sets up the page from html code within the page itself.  You might be able to compare the two and redo the products listing code, but it would take some serious modifications.

     

    I like your site, btw.  I'd love one of the new Mustangs - they are hot!  I used to have a '94 GT coupe and a '87 GT convertible - that was before the kids.  Do you have any performance mod's for an '04 Honda Odyssey?  ;)

     

    Anyone?

  5. Open catalog/templates/your_template_name/content/index_products.tpl.php and at the bottom of the file change:

     

    <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING_COL); ?></td>

     

    to this:

     

     ? ? ? ?<td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td>

     

     

    Okay, and one last question. How do I get it to look like the "featured products" module.

     

    http://marylandspeed.com/featured_products.php

×
×
  • Create New...