Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

justpillows

Archived
  • Posts

    25
  • Joined

  • Last visited

Profile Information

justpillows's Achievements

  1. pix, you can change that by looking for "machinable" in the usps.php code and changing it to "true". at least, that worked for us. backup, backup, backup. test, test, test
  2. coffman, you're a freakin' genius! Worked perfectly. Your solution has saved our butts for Christmas! Thanks again!
  3. Having the exact same problem here. To temporarily fix (until a real fix is found), we are only offering Priority shipping. That way, there is no confusion to the customer. Real bad time of year for this to happen--right near christmas. We've already lost a couple of customers who did not want to pay Express shipping. If anyone knows what's going on, please post! Thanks! JustPillows.com
  4. Has anyone had an issue with the bundled product info not remaining on the edit product pages in the admin section? When I go back to edit a bundled product (like to change a price), the bundle info is gone and I have to add it again or lose it on the store side of the site. Any help would be greatly appreciated! TIA
  5. If anyone is interested, I have figured out a way to do what I wanted (see above post). Now, when a user clicks on an image in the bundle, a pop up of that image appears instead of going to that product's info page. You can view here: JustPillows.com Collections Here are the code changes: In product_info_tpl.php (the one from the bundle contrib), find: echo "<tr><td class=main valign=top>"; echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $bundle_data['products_id']) . '" target="blank">' . tep_image(DIR_WS_IMAGES . $bundle_data['products_image'], $bundle_data['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="1" vspace="1"') . '</a>'; And replace with: echo "<tr><td class=main valign=top>"; ?> <script language="javascript"><!-- document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $bundle_data['products_id'] . 'ℑ=0') . '\\\')">' . tep_image(DIR_WS_IMAGES . $bundle_data['products_image'], addslashes($bundle_data['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="1" vspace="1"') . '</a>'; ?>'); //--></script> <?php Hope that helps someone. Thanks again for the absolutely AWESOME contrib!
  6. I have successfully installed this mod on CRE Loaded 6.15 and it worked right out of the box. There is one change I would like to make, but all efforts thus far have failed. On a bundled product info page, when a user clicks on one of the bundled item's image, it loads that item's product page. Instead, I would like for it to popup an image window and show the enlarged pic of that item (just like at the top of each regular product page where you can enlarge the item by clicking on its pic). I have tried several different changes to the code, but have had no luck. This is the line I think that needs to be changed: echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $bundle_data['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $bundle_data['products_image'], $bundle_data['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="1" vspace="1"') . '</a>'; I have already removed the target="_blank" so that at least a new window doesn't open. Anyone have any ideas? Suggestions are most appreciated! Site with this mod can be viewed here: JustPillows.com Collections Category
  7. I have installed the family Products 3.0 Contrib, but am having difficulties that I just can't figure out. First, I get an error on all product pages that have not been added to a family. I had to put a disclaimer on the index page so customers wouldn't freak out. Second, I have products from all families showing up where they don't belong. For example, I created a family called "Game Bird" that has 4 products in the family. Yet, when you go to one of those products, items from "Canine Collage" family or "Dancing Silk" family show up. I actually deleted the "Dancing Silk" family, but those products still show related family items. It's as if I didn't delete the family at all. Here is the main site page: justpillows.com Here is the one of the Game Bird product pages: Game Bird Collage Throw Any help for this php-challenged guy would be greatly appreciated!!!! Thanks for all you guys do! Jay
×
×
  • Create New...