Show Quantity field on Product Listing

25.07.2013 15:51
#1
kanum
Joomshopping forum user no avatar
Name: david
16.02.2013
Posts: 10
Quote
Show Quantity field on Product Listing

hi all,

How can I show the quantity field on product listing?

I have try adding the follow code on [code]list_produtcs/product.php[/code]
[code]
<table class="price_prod_qty_list">
<?php foreach($this->product->product_add_prices as $k=>$add_price){?>
<tr>
<td class="qty_from" <?php if ($add_price->product_quantity_finish==0){?>colspan="3"<?php } ?>>
<?php if ($add_price->product_quantity_finish==0) print _JSHOP_FROM?>
<?php print $add_price->product_quantity_start?> <?php print $this->product->product_add_price_unit?>
</td>
<?php if ($add_price->product_quantity_finish > 0){?>
<td class="qty_line"> - </td>
<?php } ?>
<?php if ($add_price->product_quantity_finish > 0){?>
<td class="qty_to">
<?php print $add_price->product_quantity_finish?> <?php print $this->product->product_add_price_unit?>
</td>
<?php } ?>
<td class="qty_price">
<span id="pricelist_from_<?php print $add_price->product_quantity_start?>"><?php print formatprice($add_price->price)?><?php print $add_price->ext_price?></span> <span class="per_piece">/ <?php print $this->product->product_add_price_unit?></span>
</td>
</tr>
<?php }?>
</table>
[/code]

But i get error falid something argument.

How can I fix and add only the quantity field?

Thanks

 
25.07.2013 16:58
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Show Quantity field on Product Listing

http://www.webdesigner-profi.de/joomla-webdesign/shop/addons/ajax-cart.html

 
25.07.2013 18:11
#3
kanum
Joomshopping forum user no avatar
Name: david
16.02.2013
Posts: 10
Quote
Aw: Show Quantity field on Product Listing

Hi,

Is not possible add that feature by edit the code? I only need is the quantity, nothing more features.

Thanks

 
25.07.2013 20:20
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Show Quantity field on Product Listing

Ajax Cart

The choice of attributes and quantity in the list of products.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.