Guest Posted May 25, 2010 Posted May 25, 2010 How to display available product quantity in shopping_cart? this don`t work: $info_box_contents[$cur_row][] = array('align' => 'center', 'params' => 'class="productListing-data" valign="center"', 'text' => $produtcs['products_quantity']);
♥geoffreywalton Posted May 25, 2010 Posted May 25, 2010 Most people spell products differently from your example :-) 'text' => $produtcs['products_quantity']); might need to be 'text' => $products['products_quantity']); G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.