Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

newburns

Pioneers
  • Posts

    253
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by newburns

  1. Here's an excerpt to my product_info.php Extra attention to the <br><br><br><br> <div align="center"> <?php if (PRODUCT_INFO_PAGE_BOX_TELL_BUTTON == 'True') { echo tep_draw_form('email_friend', tep_href_link(FILENAME_TELL_A_FRIEND, 'action=process&products_id=' . (int)$HTTP_GET_VARS['products_id']), 'post', '', true); echo '<a href="' . tep_href_link(FILENAME_TELL_A_FRIEND_POPUP) . '" target="_blank" onclick="$(\'#tellafriend\').dialog(\'open\'); return false;">'; echo tep_draw_button(TEXT_TELL_A_FRIEND_POPUP, 'mail-closed'); echo '</a>'; } ?> </div> </div> </div> <?php// echo stripslashes($product_info['products_description']); ?> </div> </div> <br><br><br><br><br> <br> <div> <!-- FOR PRODUCT-TABS JUST UNCOMMENT THE LINE BELOW AND COMMENT OUT <?php //echo stripslashes($product_info['products_description']); ?> above --> <?php include_once (DIR_WS_MODULES . FILENAME_PRODUCTS_TABS); ?> </div> <div id="reviews" title="<?php echo 'Reviews for '; echo tep_get_products_name($product_info['products_id']); ?>"> <?php include(FILENAME_REVIEWS_POPUP); ?> </div></form> <div id="tellafriend" title="<?php echo 'Tell a Friend About '; echo tep_get_products_name($product_info['products_id']); ?>"> <?php include(FILENAME_TELL_A_FRIEND_POPUP); ?> </div></form> <div id="askaquestion" title="<?php echo 'As Us a Question About '; echo tep_get_products_name($product_info['products_id']); ?>"> <?php include(FILENAME_ASK_A_QUESTION_POPUP); ?> </div></form>
  2. @@Comesticage Just add line breaks before the code calls for the tabs. That's what I did. Also, what did you change? Maybe the instructions needs some updating.
  3. @@Comesticage What issues are you having?
  4. @@vampirehunter They seem to be fairly different. I have product tabs installed, and it adds nice boxes for the product_info.php http://mtrosemedia.tk/store/ However, I am looking into installing TMS as well since it adds nice navigation menu to the top to allow for custom pages. This doesn't have to necessarily be custom web pages, as much as, a contacts page, Terms and Conditions page, Clearance page, etc. I think they compliment each other. If TMS really is just a navigation menu bar
  5. @@Oldtimer Now change the name of your admin file when you are finished
  6. @@sembrouille @@fulluvscents If I were to try and install Consolidated Guest Checkout ( http://addons.oscommerce.com/info/8434/v,23 ), where would I place the code for create_account.php since there isn't a if ($error == false) { in the new code
  7. Please help me. My shipping module works fine from what I can see, but I don't know how to setup for CD sales. Do I set a weight for each product? Right now, the shipping says 3lbs 0oz. I checked the box for Media, assuming that is the media mailers which are only 2.50 However, price is quoted 3.58 for the order. And it is not dependent on how many CD's you put in cart. You can load up the cart and still only have to pay 3.58. What units should I use for the weight when adding new products? Example: http://mtrosemedia.tk/store/
  8. @@LukeBanning I don't understand. You want it to set the order status to complete after you have purchased a free product, such as a download?? Change the order status in the Free Product module under "Modules >> Payments >> Free Product" on the admin page. ie. http://mtrosemedia.tk/store/product_info.php/resource-and-pentecost-q42012free-p-57?cPath=24 Is that what you want?? I may be missing something because I have Super Downloads, but I don't see the issue. If you set it to an order status that is allowed to download products, then when the "Order" is "Paid" they can download immediately Let me know
  9. There are not any instructions on how to use. I only sell CD's at my store, how can I use this shipping add-on?
  10. @@Mort-lemur Is there a way that the order status can be printed on invoice if status is "Balance Unpaid" or some other specific status? Soon as I learn some more coding, I am going to try my hand at making this specific selection an option within the admin configuration panel. But a little help now would be apprreciated just to have a fully functioning store
  11. deleting an order does not return credit amount similar to returning an item to stock
  12. @@peterguk I had the same issue because there wasn't a value in the "attributes" or selection box. I don't see your selection box, but at my store, if you select A product without selecting the option, it does the same thing. Ideally, my store should not allow this, being I reconfigured every product to utilize multiple attributes so there is a reason for the selection. But I do believe you need to enable the selection for attributes. Example: http://mtrosemedia.tk/store/ Add a product with and without selecting an attribute. See the difference. I have changed some of my wording for the english language to help navigate the cart when attributes aren't selected, but essentially, it is the same thing that's happening to you.
  13. My ../admin/orders.php has the delete button commented out. I have order editor and http://addons.oscommerce.com/info/8334/v,23 installed. One led to the other. When I uncomment the line, it shows the old style "Create" and "Delete" buttons, but I just need the delete button. And preferably the new style button. How can I retrieve or retain it? Right now I have buttons: Invoice Packing Slip Edit Create
  14. Finally found an error Apr 10 09:47:38 mtrose httpd: PHP Fatal error: Call to a member function store() on a non-object in /**************/includes/modules/ultimate_seo_urls5/main/usu5.php on line 78 Apr 10 10:02:10 mtrose httpd: PHP Fatal error: Cannot redeclare usu5_base_filename() (previously declared in /**************/includes/application_top.php:58) in /**********/includes/application_top.php on line 78
  15. @@robertwhitis How do I add a link to the account.php to check the balance using gv_balance.php?
  16. @@Snoopy10 Still having issues. Something is up with the cache Cache is writeable because the rest of the site works. http://mtrosemedia.tk/store/ I have commented out <?php // BOF Reviews at Product Page include(DIR_WS_MODULES . FILENAME_REVIEWS_FRONT); // EOF Reviews at Product Page //added for cross -sell if ((USE_CACHE == 'true') && empty($SID)) { // echo tep_cache_xsell_products(3600); //added for Xsell echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); //added for Xsell include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } ?>
  17. Is it possible to use this addon in conjunction with protected images ( http://addons.oscommerce.com/info/8560 ) I need protected images in order to fully install Cross Sell
  18. Any way to get a reCaptcha within the "Tell-A-Friend Popup"? Also, what about integration of http://addons.oscommerce.com/info/8722 into tell-a-friend popup? I like the idea of allowing guest to tell a friend
  19. Well, if you are self hosted Linux some VPS, first thing you want us to send the whole catalog file to a tar backup file. You can delete later if space is an issue, but being able to revert to a working copy is awesome. Best advice i received (late)
  20. @@osc777 Are you self-hosted, VPS, or web hosted? I ask because there is a bit of code I think you should try before you start to do anything. No one told me this exactly when I started, and this may help you tremendously
  21. 1054 - Unknown column 'p.image_folder' in 'field list' select p.products_id, p.products_model, pd.products_name, p.products_image, p.image_folder, p.products_price, p.products_tax_class_id, p.products_id from products p, products_description pd where p.products_id = pd.products_id and pd.language_id = "1" order by pd.products_name asc limit 0, 20 Any idea how to set the value for p.image_folder and p.image_display
  22. I'm not particularly a developer, however, I have this add-on installed, and I had no where to post to the people actively developing this one. So I figured I would make a place like all the rest of the add-ons. I will support it to the best of my ability. However, @@burt Is there another solution for keeping up to date with add-on versions?
  23. @@Snoopy10 Can you change the title to a proper version format to conform to http://addons.oscommerce.com/info/7148 This helps to keep up with updates to the add-on if it has a proper version numbering system in the name
  24. There was no contribution support page, so I decided to make one here. This is for contribution addon --> http://addons.oscommerce.com/info/8330 Based on Cross-Sell (XSell) Module v2.6 by bluephoenix and updated by others. Updated by mort=lemur for use with OSC 2.3.1 All credit to the original authors. Cross sell enables selection of related products to display on the product info page via an admin screen, potentially boosting your sales. Screenshots included. @@Mort-lemur @@Snoopy10
  25. How do you delete an order? I thought my install was fine, until I read the other posts. There is no delete order present in my admin screen
×
×
  • Create New...