guinness28_fr Posted August 31, 2006 Posted August 31, 2006 Hi, I'm new to OsC, I'm trying to build my own catalogue website as I'm a composer in music. I have some works published, so I can't sell them, but some others are self-published, and those one will be available online. What I wantt to do is make disable prices, buy it now and add to cart for all my published works, so that people would have to go to my publisher's website to buy it. I tried 2 or 3 contributions, but they made a mess in my site and I had to backup my first instal !!! I can't manage to do this. please help ! And I'd like to do this for all languages (english, spanish, german, and french). THANKS A LOT !!! Alex
brianstorm Posted August 31, 2006 Posted August 31, 2006 Hi, I'm new to OsC, I'm trying to build my own catalogue website as I'm a composer in music. I have some works published, so I can't sell them, but some others are self-published, and those one will be available online. What I wantt to do is make disable prices, buy it now and add to cart for all my published works, so that people would have to go to my publisher's website to buy it. I tried 2 or 3 contributions, but they made a mess in my site and I had to backup my first instal !!! I can't manage to do this. please help ! And I'd like to do this for all languages (english, spanish, german, and french). THANKS A LOT !!! Alex you could try setting the stock level to 0 for those items which can't be sold.... each product has a website link available for it too which could direct people to your publishers website.... then you could put a fairly simple piece of code to display a message if the product level is 0 or even easier just put the info in the item description in the catalog.... with ten thousand dollars we'll all be millionaires
brianstorm Posted August 31, 2006 Posted August 31, 2006 i think that this code is for displaying the buy it now button on the product_info page... its around line 213 <td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> you could experiment with removing that and see if it is the button or not.... if it is the button then it a case of working out how to display it it only when the tsock level is greater than 0 with ten thousand dollars we'll all be millionaires
guinness28_fr Posted August 31, 2006 Author Posted August 31, 2006 Finally I managed, I took the contributionc files, one by one, and copied and pasted, and verified after each file !!! That's ok, it works. thanks everyone.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.