Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jsi

Pioneers
  • Posts

    122
  • Joined

  • Last visited

Everything posted by jsi

  1. You cannot link to open URLs like that. You must specify the index or default landing page in that directory. http://www.dietsources.net/emagrecesim-us/index.html Second option would be to edit your htaccess file like this (above the SEO-G code): RedirectMatch permanent ^/emagrecesim-us/$ http://www.dietsources.net/emagrecesim-us/index.html You would do this for all subdirectories you have. Do whatever is faster for you.
  2. You missed some steps when editing the files in your admin folder. Double check all files that you edited in the admin folder.
  3. Backup your htaccess file. then try adding this above your SEO text: RedirectMatch permanent ^/admin$ https://www.yoursite.com/admin/index.php RedirectMatch permanent ^/admin/$ https://www.yoursite.com/admin/index.php
  4. Its a contribution: http://addons.oscommerce.com/info/2159
  5. This is in reference to: Specials & Products_new sort category & sub-category dropdown menu http://addons.oscommerce.com/info/5785 How would I go about adding this to the Advanced_Search_Results page? Thanx.
  6. I did that and my main picture works. But since I have Dynamic MoPics, my extra pictures dont work. I have to edit the dynamic_mopics.php file. Here is the code it has: <script language="javascript" type="text/javascript"><!-- document.write('<a href="java script:popupImage(\'<?php echo $extraImagePopupURL; ?>\',\'<?php echo $extraImagePopupHeight; ?>\',\'<?php echo $extraImagePopupWidth; ?>\');"><?php echo $extraImagePopupImage; ?><br /><span class="smallText"><?php echo $extraImageURLText; ?></span></a>'); //--></script> <noscript> <a href="<?php echo $extraImageURL; ?>" target="_blank"><?php echo $extraImageImage; ?><br /><span class="smallText"><?php echo $extraImageURLText; ?></span></a> </noscript> How would I edit this to make Lightbox work with it? Thanx.
  7. Show Sold Out Items http://addons.oscommerce.com/info/4884 The contribution states the following: That is understandable. However, I sometimes upload many items at a time to save time and their info is not filled out nor are they sold. How can I create a new Status when adding products? Out of Stock: 0 (sold out, visible) In Stock: 1 (available, visible) Pending: 2 (not visible) So I can add all my "To Do" list as Pending and this mod will not show them as Sold Out right? Now, If this is true, how do I add this new Status as Pending? and would I have to change anything to this Show Sold Out Items mod? Thanx!
  8. Im not sure if this will do what I want. Maybe you can advise me if this can work or what I can use. I want this on my homepage in the center (between left and right column) Category 1 Title Cat1FeaturedProduct1 Cat1FeaturedProduct2 Cat1FeaturedProduct3 Category 2 Title Cat2FeaturedProduct1 Cat2FeaturedProduct2 Cat2FeaturedProduct3 Category 3 Title Cat3FeaturedProduct1 Cat3FeaturedProduct2 Cat3FeaturedProduct3 Category 4 Title Cat4FeaturedProduct1 Cat4FeaturedProduct2 Cat4FeaturedProduct3 (up to 12 categories featured on home page and if one items sells, default highest priced that is not yet featured item will take its place) And give me access to modify categories and products on admin panel. Only Main Home page would look like this. Do not need it in category pages. Only on home page. How can I do this? Can anyone help me do this? Willing to pay someone who can help me do this. I would apply the mod, just need someone to create/edit it with instructions. Contact me in Private Message with a price quote or simply reply here to guide me as to how I can do this myself. Is this the best mod to work off of? Thank you.
  9. Im a bit lost. Who are you replying to? Hopefully not me cause if you are you just lost me. haha
  10. Hey Dreamscape, Any luck making this work with Lightbox? http://addons.oscommerce.com/category?search=lightbox I have tried and failed. Has anyone using Dynamc MoPics added Lightbox? If so, how did you do it? Thanx.
  11. This is your best bet if you want to work on the backend via FTP and such. If you want to manage your pics (add/remove) via admin panel, this is not for you.
  12. Has anyone gotten this to work with the Dynamic MoPics contribution? http://www.oscommerce.com/community/contributions,1114/ I cannot get lightbox to work with the already working Dynamc MoPics. Dynamic MoPics already has a popup generating and when I apply this code so they are probably interacting or something. Can someone help me make these two work? Thanx.
  13. What is the difference is between the All Customers Report http://addons.oscommerce.com/info/3045 and the Customer Export??? http://addons.oscommerce.com/info/2291 Do these show the Date They Joined? If not can that be added as a mod? This is the information I need in txt or csv format (which contribution will help me best?): Account Created Date (sorted by this field. Need to see newest account first) First Name Last Name Street Address City State (zone code and/or name) Postcode (zip code) Email Address Telephone Fax
×
×
  • Create New...