Guest Posted March 17, 2005 Share Posted March 17, 2005 -1- I have a client selling downloads only. Is there an easy way to remove everything that has to do with addesses? I mean...so that the users registering don't have to put in their address, and also so that the whole step with shipping address and billing address is removed from the checkout proccess? -2- Is there a way to remove the "available options" that's being displayed on every product description page? There's no point in having it there, when the attributes is "Version" and "Download - Windows, Englis" on every single product. That's it now. I'll probably edit this post later, or post new questions later on, when I get deeper into the code and configuration... Link to comment Share on other sites More sharing options...
Guest Posted March 17, 2005 Share Posted March 17, 2005 hmm...I couldn't find a [edit] button there... -3- I have centered the page and made it 100% height (using my own css, didn't find it in the forum). There's a problem with this in Firefox 1.0. When the pages gets longer/higher than the screen, the background of the 100% height div doesn't stretch down, like it does in IE6 and Opera 7.54. ...and that's kinda strange, since I usually have the problem turned the other way around when I create 100% height sites. They usualy work OK in FF, but not in IE or O. Any way to fix this? (take a look at the site here: www.roninarts.com/catalog) -4- How do I change the text appearing after a successful purchase? ...the "main text" after you hit "return to merchant" at paypal? Link to comment Share on other sites More sharing options...
Guest Posted March 17, 2005 Share Posted March 17, 2005 Nevermind number 4... :) Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2005 Share Posted March 18, 2005 Nevermind number 3 also :) Link to comment Share on other sites More sharing options...
Winterchild Posted March 18, 2005 Share Posted March 18, 2005 -1- I have a client selling downloads only. Is there an easy way to remove everything that has to do with addesses? Search the forum. A lot of people already asked that question -2- Is there a way to remove the "available options" that's being displayed on every product description page? Why have options if they're all the same? Just don't have them. You can always put the info in the description Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2005 Share Posted March 18, 2005 1. I tried searching, but I can't find anything relevant. Sorry :( 2. That's what I am thinking. I want to remove the whole "Available Options" thing from the product description page. I tried just replacing <?php echo $products_options_name['products_options_name'] . ':'; ?> and <?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?> with (in product_info.php), but then the products can't be downloaded. Everything seems to work, but when the payment is successfull, the products purchased don't appear in "my account". Link to comment Share on other sites More sharing options...
Laney Posted March 18, 2005 Share Posted March 18, 2005 You're right, lots of people have asked that already, including myself, but there have been no replies. Elaine Search the forum. A lot of people already asked that questionWhy have options if they're all the same? Just don't have them. You can always put the info in the description <{POST_SNAPBACK}> "There are only 10 types of people in this world: those who understand binary, and those who don't. " Link to comment Share on other sites More sharing options...
Winterchild Posted March 18, 2005 Share Posted March 18, 2005 if you install Downloads Controller v5.2 - MS1, it looks like the shipping method is being skipped. if you alter checkout_payment and checkout_confirmation so that you remove/comment out the shipping/billing information you get pages with paymethods/paymethod information only Don't know if this will cause problems elsewhere Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.