Shopping Cart Dropdown

Shopping Cart Dropdown

Shopping Cart Dropdown Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 394
  • Released: Jun 15, 2007

Shopping Cart Dropdown Description

If you want the items in your store shopping cart box to show in a dropdown box use this.

Shopping Cart Dropdown Bookmark

Hyperlink code:
Hyperlink for Forum code:

Shopping Cart Dropdown Script Download Notice

Top 4 Download periodically updates information of Shopping Cart Dropdown script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Shopping Cart Dropdown torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

checkout button in cart box

... a checkout button at the bottom of the shopping cart infobox. Just to improve usability a bit. ...

Add Shopping Cart Info to Your Header

... the end of the file is fine.define('ENTRY_HCART_EMPTY', 'Your cart is empty.');define('ENTRY_HCART_CONTAINS', 'Your cart contains:');define('ENTRY_HCART_ITEM', 'item.');define('ENTRY_HCART_ITEMS', 'items.');define('ENTRY_HCART_PRICE', 'Total price:');Thats it! Now use $headcart anywhere you want in your STS template files. ...

Add Multiple Products to Cart in columns for SPP

... option of adding many different items to the cart at once, by having a quantity box underneath ... quantity you want and hit the add to cart button!It's really easy to install- just one new file and a few quick edits and you're off! ...

Automatic remove button in shopping cart

1 ) Add this between the tags in shopping_cart.php (around line 25)------------------------------------------------------------------------------2 ) Search for:----------------------------------------'text' >= tep_draw_checkbox_field('cart_delete[]', $products[$i]['id']));----------------------------------------Change to:----------------------------------------'text' >= tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'], ' ', 'onClick="DoSubmission();"'));----------------------------------------3 ) in file includes/functions/html_output.php search for: (around line 189)----------------------------------------if ( ($checked == true) || ( isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ( ($GLOBALS[$name] == 'on') || (isset($value) ...

Add Multiple Products to Cart at Once

This is achieved by parsing a comma seperated list of product id's in a hidden form variable to a new function in application_top. ...