camery Posted April 9, 2016 Posted April 9, 2016 Hello I am setting up a new shop with bootstrap-3-in-2334-responsive-from-the-get-go. In my old shop oscommerce 2.2 i had a nice addon that showed stock info on the product page and product listing. Quantity availability image and text Unlimited I can't find something similar for oscommerce 2.4, i have tried changing the code myself, but i can't. I am hoping there is someone nice and smart that can see how this code should look like in v2.4 The code that is needed on the product page looks like this: <td class="main" align="center"><?php echo TEXT_STOCKINFO; ?><br><?php echo $lc_text = '' . picto_qty($product_info['products_quantity']) . ''; ?></font></td></p> I would really appreciate any help. Best regards Kristian
burt Posted April 9, 2016 Posted April 9, 2016 Commercial addon exists exactly for this. http://www.oscommerce.com/forums/topic/399572-28-days-of-code-february-2015-rocking-oscommerce/?p=1715689 (day 06) All funds received go back into the Responsive Project in terms of my time. If you are unable to support the Project in that way and as you've stated you're unable to make a module; 1. wait for someone to make a product_info module. 2. try to remake the older addon 3. hardcode the new data into the product_info page
camery Posted April 9, 2016 Author Posted April 9, 2016 Ok, did not know that, thank you very much :thumbsup:
♥14steve14 Posted April 9, 2016 Posted April 9, 2016 That module mentioned above works well. REMEMBER BACKUP, BACKUP AND BACKUP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.