lenamtl Posted October 6, 2007 Share Posted October 6, 2007 Hi, I'm using Callfor princing http://www.oscommerce.com/community/contributions,2500 I use the Mathieu CHARREYRE hack But I need the product image appear on the form (top of the page). Any clue how to do this? or If there is a way to make the form appear under the product (product page) instead of opening a new page? Thanks any help is welcome Quote Lenamtl Link to comment Share on other sites More sharing options...
lenamtl Posted October 6, 2007 Author Share Posted October 6, 2007 (edited) Hi, for this solution : If there is a way to make the form appear under the product (product page) instead of opening a new page? I have modified the form file by removing all unwanted code like boxes, top and bottom. I have place de code else were into the product info page (to make it appear at the bottom of my page.) And I have chaged the ahref for include <?php if ($product_info['products_price'] == 999999){ include ('contact_us.php'); }else{ echo $products_price;} ?> it is working exept the continu button that appear on the form apper now into the product page but instead of sending the form data it's going to the cart. I think this is related to the tep_image_submit also looking for a way to pre-enter data see Mathieu CHARREYRE hack thanks Edited October 6, 2007 by lenamtl Quote Lenamtl Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.