Details

SEO osCommece Package XII

Loaded Features:
  • Spider Session Remover ( SID Killer )
  • Ultimate SEO URLs
  • Header Tags Controller
  • Google XML Sitemap
  • SEO Assistant
  • AJAX Attribute Manager
  • Product Extra Fields
  • X-Sell v2-MS2 - Cross Sell for MS2
  • Credit Class & Gift Voucher
  • TinyMCE WYSIWYG HTML EDITOR
  • Multi/extra images
  • Purchase Without Account
  • Newsletter & Subscribers

Customer Export

Possilby only with the latest package, but there is an inherit programming flaw in the query that generates the content for the txt file.

[code]Line 181
order by c.customers_lastname, c.customers_firstname limit 20″;
should be
order by c.customers_lastname, c.customers_firstname”;[/code]

This will produce all results no matter what your paging is setup to display.

Rob

NOTE: DUMMY FILE - DOWNLOAD PACKAGES BELOW AND APPLY THE FIX

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)

PayOffline

* Change to code for account_history_info.php for PHP4 compatibility

* Small correction to code for checkout_success.php that prevented the barcode for appearing

Changes in install.html - full package

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)

Who’s Online Turbo

only upload the files and run the SQL command.

/includes/functions/whos_online.php
/admin/whos_online.php
/admin/includes/languages/portugues/whos_online.php

run the SQL command:
ALTER TABLE whos_online ADD http_referer VARCHAR(255) NOT NULL;
ALTER TABLE whos_online ADD user_agent VARCHAR(255) NOT NULL;

that’s it

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)

Table Rate With Quantity Option

Updated table rate module that allows you to assign a table rate amount per the quantity of items in the shopping cart.

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)

tinyMCE Anywhere

Update of ibrowser and ibrowser2 plugins: both config.inc.php have been updated so they can use admin/includes/configure.php without need to copy this file into plugins.

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)

Run SQL query without phpmyadmin insalled on server

########################################
# Developed by Alexander Dimelow
# Website: www.web-project.co.uk
########################################

simply create any-name.php file in the /shop/ directory with the following code:

run once, point your browser to http://your-domain-name.com/shop/any-name.php

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)

ShopMania.com - Shopping & Price Comparison Datafeed Generator (multiple countries included)

New country included:
Hungary - http://www.shopmania.hu/ (only supporting HUF, EUR, USD datafeeds)

ShopMania network:
# US - http://www.shopmania.com/ (only supporting USD datafeeds)
# UK - http://uk.shopmania.com/ (only supporting GBP, EUR, USD datafeeds)
# Australia - http://au.shopmania.com/ (only supporting AUD datafeeds)
# France - http://www.shopmania.fr/ (only supporting EUR, USD datafeeds)
# Italy - http://it.shopmania.com/ (only supporting EUR, USD datafeeds)
# India - http://www.shopmania.in/ (only supporting INR, USD datafeeds)
# Romania - http://www.shopmania.ro/ (only supporting RON, EUR, USD datafeeds)
# Hungary - http://www.shopmania.hu/ (only supporting HUF, EUR, USD datafeeds)

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)

7 different views for your product listing table (product_listing.php)

product_listing.php

Here we have 7 different views for your product listing table, I have only seen a few on here so thought I would post these.

Screen shots included, please also read the READ ME file.

I didn’t notice the slight error in product_listing6.php, its all sorted now.

Fixed product_listing6.php as it cut a bit of the Add to Cart button off, also made the code slightly cleaner.

Don’t download the first one, please download this one (Note editor: first upload removed)

Posted by admin 18.Sep.07 Newest Contributions Read more Comments (0)