Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dookie

Archived
  • Posts

    23
  • Joined

  • Last visited

Everything posted by dookie

  1. There's a typo in the \catalog\includes/modules/flash_carousel.php (find replace "lenght" with "length"). Then open the configure.php file in \catalog\kampanya\style_1\medium and update the same way. Hope this helps.
  2. This may help you, as it helped me (my original problem was the product images were not linking to the actual product in IE7): 1) go to catalog\includes\configure.php (set write access to 777) 2) Open configure.php and make sure yourwebsite.com is www.yourwebsite.com for HTTP and HTTPS 3) set your configure.php file back to 555 For some reason, the XML that is created in catalog/kampanya/kampanya.xml has a URL reference that IE7 cannot interpret when used with the SWF carousel (actionscript issue in the SWF???). Once you change your configure.php file to have the "www" prefix, the product images should load and link to the product fine. Caveat: one thing I noticed is that after adding new products you may need to close reopen IE7 - a refresh sometimes doesn't work - I haven't completed my research on that. Cheers...
  3. Hi all, this is an awesome contrib. Installed perfectly. I've been looking at the code trying to figure out how to do the following: onmouseover on a carousel image, a popup of the product image (a larger image) occurs. Anyone thought of a way to do this? Thanks.
  4. Look above your post....I posted a fix to this problem Cheers
  5. Hi, I just installed Fimble's 4.1 Wishlist. Install went fine, however, noticed problems with wishlist.php, missing end quotes mainly. Problem: The buttons to "Delete from Wishlist", "Continue" and "Add to Cart" don't work with the wishlist.php shipped in Fimble's 4.1 install. User can add items to the wishlist no worries there, just cannot delete/add to cart or use the email function. Now to correct deleting item from wishlist and adding from wishlist to cart.... Solution: Open catalog/wishlist.php, find: <td align="right"><br /><?php echo tep_image_submit('button_delete.gif', 'Delete From Wishlist', 'name="delete_prod" value="delete_prod"') . " " . tep_image_submit('button_in_cart.gif', 'Add to Cart', 'name="add_prod" value="add_prod"'); ?></td> Replace with: <td align="right"><br /><?php echo tep_image_submit('button_delete.gif', 'Delete From Wishlist', 'name="delete_prod"', 'value="delete_prod"') . " " . tep_image_submit('button_in_cart.gif', 'Add to Cart', 'name="add_prod"', 'value="add_prod"'); ?></td> Now to correct emailing.... Find: <td colspan="2" align="right"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE, 'name="email_prod" value="email_prod"'); ?></td> Replace with: <td colspan="2" align="right"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE, 'name="email_prod"', 'value="email_prod"'); ?></td> Hope this helps anyone using this AWESOME contrib..
  6. Found the fix: add a comma between name="wishlist"' and 'value="wishlist" <td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist"', 'value="wishlist"'); ?></td>
  7. Hi, Just installed Wishlist 4.1 (latest from FIMBLE). Install went fine, however, I noticed that the link to "Add to Wishlist" points to "product_info.php?cPath=24_115&products_id=28&action=add_product" - which is the same as adding a product to the shopping cart. Do you know the true link to add a product to the wishlist? Code in question: catalog/product_info.php <td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist" value="wishlist"'); ?></td> Many thanks!
  8. Hello, this is a fantastic contribution: much easier, faster and straightforward than Dynamenu! The above works very well - only active products are listed (note: I didn't apply the sql statement). ....well, my store has a lot of manufacturers and categories and the menu scrolls off the page - is there a way to scroll in a set menu size? (so when you mouseover a manufacturer the flyout menu displays in a set window size allowing and allow you to vertical scroll within that area) - hope that makes sense. Thanks again
  9. Hi, First, thanks for a really great contribution! Wishlist 3.5d worked flawlessly on my RC1 version, however, since upgrading to RC2a, sadly it is broken. When clicking "Add to Wishlist", the product gets added to the Shopping Cart instead. Has anyone else run across this issue with the RC2a? Many thanks.
  10. Yes, there is: http://luckyteam.co.uk. I use it in my shop, very nice, costs $50 bucks. Query the forum for "luckyteam" for integration into your osc. Cheers.
  11. I fixed the problem. I had to reupload the checkout_confirmation, checkout_payment and checkout_process files to catalog folder. All's well. What a great module.
  12. Hi group, First, P&R is a work of art - it takes a lot of dedication to build a module - Kudos to DEEP SILVER!! With P&R V2.00 (corrected), noticed that the customer gets three entries in his "View my Points Balance and Points received" area. My guess is that this is caused by the Payment Option: "MoneyOrder or Checks". Has anyone else run into this? Many thanks. Cheers :thumbsup:
  13. I had the exact same error. To FIX I did the following: Go to Modules -> Order Total. Set the Sort Order to the following: Total = 5, Points Redemptions = 4, Tax = 3, Shipping = 2, Subtotal = 1. Make sure Total is the last (highest) number. May need to experiment a little with the sort order but this is the basic structure you need. Cheers
  14. Hi all, I have the below error on checkout_process.php. My database has the below table, but I'm unsure how to correct the PHP if that's where the issue is. I used the installer.php utility (which is a work of art by the way) to update my database. 1146 - Table 'Shop.TABLE_CUSTOMERS_POINTS_PENDING' doesn't exist insert into TABLE_CUSTOMERS_POINTS_PENDING (unique_id, customer_id, orders_id, points_pending, date_added, points_comment, points_type, points_status) values ('', '3', '20', '246', now(), 'TEXT_DEFAULT_COMMENT', 'SP', '1') [TEP STOP] Thanks for any and all suggestions/help !
  15. Nevermind, I figured it out! In the Head tag: <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } //--></script> Find: <?php echo '<div id="sc2" class="luckyZoomSmallImageCont">............... Add below this: document.write('<?php echo '<a href="java script:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); The result: A text hyperlink to the fullimage as a popup.
  16. I even hate to ask this....is there a way to recycle "popup_image.php" and allow a popup click on the small image? Just thinking web surfers may want to see an entire image in full screen popup. :blush:
  17. WOW ! I can't thank you enough for all your help ! You are the best ! :lol:
  18. Hi, Has anyone tried integrating LuckyZoom (http://luckyteam.co.uk/products/LuckyZoom/integration) with oscommerce? I've integrated it with MenaltoGallery themes, but oscommerce....I couldn't figure it out. Some starting points I've done is modify catalog\product_info.php with the following: Step 1: Download the shareware: http://luckyteam.co.uk/products/LuckyZoom_shareware.zip Upload to root of your website. Step 2: Open catalog\product_info.php, Between head tags: <script src="lz-packed.js" type="text/javascript"></script> <link rel="stylesheet" href="LuckyZoom.css"}" type="text/css" media="screen" /> Step 3: Find: document.write('<?php echo '<a href="java script:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); Figure out how to add the following: (note question marks, I need a variable here referencing the image) <div id="sc? " style="margin: 0px auto 0px auto;" class="luckyZoomSmallImageCont">link to image <div id="bc?" class="luckyZoomBigImageCont" style="width:300px; height:300px; left: {$lzleft}px; top: 0px">link to image <script type="text/javascript"> // <![CDATA[ var settings = {literal}{{/literal} bigImage_always_visible: false, drag_mode: false {literal}}{/literal}; zoom = new luckyZoom('sc{?}', 'sim{?}', 'bc{?}', 'bim{?}', settings); zoom.initZoom(); // ]]> </script> Anyone out there that has any idea on this integration? Thanks all!
  19. dookie

    Hi, thank you for PAPS! Is there a support area you can refer us to? I'm having problems getting the tool to work.

×
×
  • Create New...