Automatic remove button in shopping cart

Automatic remove button in shopping cart 2.0

Automatic remove button in shopping cart 2.0 Download Summary

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

Automatic remove button in shopping cart 2.0 Description

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) && (stripslashes($GLOBALS[$name]) == $value)) ) ) ) {
$selection .= ' CHECKED';
------------------------------------------

Change to:
-----------------------------------------

if ( ($checked == true) || ( isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ( ($GLOBALS[$name] == 'on') || (isset($value) && (stripslashes($GLOBALS[$name]) == $value)) ) ) ) {
$selection .= '';

Automatic remove button in shopping cart 2.0 Keywords

Automatic remove button in shopping cart Bookmark

Hyperlink code:
Hyperlink for Forum code:

Automatic remove button in shopping cart 2.0 Script Download Notice

Top 4 Download periodically updates information of Automatic remove button in shopping cart 2.0 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. Automatic remove button in shopping cart 2.0 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

This very small mod puts a checkout button at the bottom of the shopping cart infobox. Just to improve usability a bit. ...

Back Button Improved

As you may see, the fix is simple and 'old school', but it works. This is the only fix I could make that did not include heavy editing. Always keep a backup of all files you are working with. Maybe even use a test site instead. ...

automatic reviews

A sample excel file is included along with a read me file ...

Shopping Cart Dropdown

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

automatic word wrap for Product Information

This contribution fix the problem for word-wrapping-input made with the keyboard in the product-description (Admin).Input of br or p in the description no longer needed. ...