Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

underzen

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    underzen

underzen's Achievements

  1. To get STS to work with this great contribution i did this: open: /catalog/includes/sts_display_output.php find echo "<title>" . TITLE . "</title>"; ** should be around line 159 or so. replace it with this: require(DIR_WS_INCLUDES . 'meta_tags.php'); Then on your index.php and product_info.php pages just complete remove your standard osc <title><?php echo TITLE; ?></title> or the one that was added in this contribution. What you are doing is removing all instances of <title> and </title> from index.php and product_info.php The only issue i have is that my product_info.php page is showing a - - at the end of the title. My other pages like the contact page ect are just displaying the normal site title. Eric
  2. Is there anyway to allow a slave product to be assigned to more than one master? Or is there a way to asign a slave to an entire category of products? Thanks Eric
  3. I am at PWA 0.82 and it works great. Now when I added the straight to checkout addon when I click Checkout from the shopping cart I get re-directed back to the index.php page. When I hover my mouse over the checkout link it shows checkout_shipping.php Any ideas?
×
×
  • Create New...