Quantity Box in Product Listing

Quantity Box in Product Listing 1.0

Quantity Box in Product Listing 1.0 Download Summary

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

Quantity Box in Product Listing 1.0 Description

This module works for Version MS2.2 and may have bugs but it works perfectly on my end. If you have any enhancements or changes please feel free to make them here at the Contribution site.

All you need to do is make the following simple changes:

1) in catalog/includes/modules/product_listing.php

find:

case 'PRODUCT_LIST_BUY_NOW':
$lc_align = 'center';
$lc_text = '' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '';
break;
}

replace with:

case 'PRODUCT_LIST_BUY_NOW':
$lc_align = 'center';
$lc_text = '
' . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART) . '';
break;
}

2) in catalog/includes/application_top.php

find:

$HTTP_POST_VARS['id'])) 1

replace with:

$HTTP_POST_VARS['id'])) $quantity

Quantity Box in Product Listing 1.0 Keywords

Quantity Box in Product Listing Bookmark

Hyperlink code:
Hyperlink for Forum code:

Quantity Box in Product Listing 1.0 Script Download Notice

Top 4 Download periodically updates information of Quantity Box in Product Listing 1.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. Quantity Box in Product Listing 1.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!

Multiple Quantity Product Listing with SPPC Suppor

This hack is based on the product_listing_multi_col mod by stew aka djmonkey1 . All the coding and contributions belong to the respective contributers ...

Quantity for Product Attributes Mod

... do this.Once you have added an attribute the quantity option for the actual product is disabled. This mod will control your product stock levels so everytime you add or delete a product attribute the total quantity will change accordingly. If you delete all attributes for a certain product you will have access to the standard quantity ...

Maximum Product Quantity with Admin

... a customer can purchase, also takes into account products with different attributes.I wanted to only sell one of an item regardless of the options it had.That way I could run a sale on an item but still give the customer a choice about what color or size they wanted.. ...

Quantity Price Breaks for Separate Pricing Per Cus

Purpose: 1) To allow quantity based pricing per product2) To allow the ability to sell a product in lots of # quantity only.This particular contribution allows these settings for each ...

Quantity Price Breaks Per Product Price Table

It replaces includes/classes/PriceFormatter.php. Back-up of course. I just wanted the price table to be visually consistant with the rest of the store. ...