Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mwildin1

Pioneers
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • Real Name
    marcus
  • Gender
    Male
  • Website

mwildin1's Achievements

  1. Hi, I just got lightbox working with the MaxiDVD multi product image contribution and had to modify the module file that was installed as part of the MaxiDVD contribution. I'm not familiar with the exact files your mod includes, but it looks like your links are all referencing the same image: $product_info['products_image'], So for example if we take some of the code that you pasted, I think the following lines are causing lightbox to show the same image, as the link for each is referencing products_image on all of them (the standard product image). $product_info['products_image_2']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image'] $product_info['products_image_3']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image'] $product_info['products_image_4']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image'] $product_info['products_image_5']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image'] $product_info['products_image_6']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image'] If you changed them to something like this, they would show a different image for each line: $product_info['products_image_2']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image_2'] $product_info['products_image_3']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image_3'] $product_info['products_image_2']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image_4'] $product_info['products_image_3']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image_5'] $product_info['products_image_2']) . '" target="_blank" rel="lightbox" title="'.$product_info['products_name'].'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image_6'] However, you may have something like products_image_2_large or something for the additional images pop up, depending on the contribution. As a test, try changing the lines above to see if different images appear. What is the name of the multi image contribution you are using and I'll see what the correct name for the additional image pop up is.
  2. You can decompile the .swf file using an application like 'Sothink SWF Decompiler' - this will allow you to create the .fla file for editing.
  3. Youcan decompile the .swf file using an application like 'Sothink SWF Decompiler' - this will allow you to create the .fla file for editing.
  4. What version of osCommerece is everyone running a successful installationof this contrib on? I am having trouble getting sound using it with v2.2ms2-051113
  5. Anyone else come accross the 'NO SOUND' issue with this contrib?
  6. Forgot to mention, running 2.2-MS2 and have tried both the advanced install for this mod and the easy install on a clean install of osCommerce. Running it on a Linux server installed with PHP Version 4.4.2 if that sheds any light on the issue. I don't understand why some people have no issues installing this contrib :( doe s that mean its a server configuration issue?
  7. I have the same problem. Admin and catlog interface both show player with correct listings. Both have no sound. Has anyone got a fix for this issue please? :(
  8. I had the same issue. I found it was were you declare the catalog folder absolute path line in both catalog\configure.php and admin\configure.php changing: define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/'); to the old OSC style of define('DIR_FS_CATALOG', '/home/YOURPATH/public_html/catalog/'); // absolute path required did the trick for me :) PS:- I think the limit is shown as 200mb
  9. Hi insomniac2, I copied the class files and modified the email.php files as per your instructions and it all seems to be working fine now, thanks! New user email - OK New Order Email to customer & Admin - OK Password reminder Email - OK Admin to Customer Email - OK Newsletter Email - OK Order Update to Customer Email - OK Not too sure on the product notification yet as I need to read up on how that actually works anyway. I also added a mod mentioned here http://www.oscommerce.com/forums/index.php?showtopic=131666&hl= It mentions that this -f attribute could also prevent emails getting sent from the osC application being stopped by spam filters on SMTP servers due to the mails not contain a valid email sender address. Not sure if it's needed in my case but I installed it anyway and the emails still come through fine. Another mod I found but did not use was for ISP's blocking emails, but will see how my current setup goes before using it http://www.oscommerce.com/forums/index.php?sho...94entry702994 Thanks for you help with this, I appreciate it! Marcus :thumbsup: ps:- Who hosts your site? I have been looking into dedicated server V's Co-Location hosting rather than using my current shared setup.
  10. Sorry about that time delay, I'm testing it between bouts of illness due to food poisoning I've had this week :blink: I installed it and it looked like it was all working then the hotmail customer account started playing up. Is the osC email normally stable? It seems to be okay sometimes, but not all the time?!
  11. Thanks for that, I'll give it a try now on my test site. Just one question regarding the part in you rpost Is that all the instructions once I download the files? Thanks again, Marcus.
  12. Thanks for the help insomniac2, that?s almost the setup I had originally when I was getting all emails failing except for ones setup for the domain. My settings are now as below: my domain - www.uploadyourbusiness.com $pMail->Host = "smtpout.secureserver.net"; $pMail->Username = "[email protected]"; $pMail->Password = "*******"; $pMail->SMTPAuth = true; The smtpout.secureserver.net part is what godaddy told me to set to get the account working with Outlook. Putting 'uploadyourbusiness.com' here doesn't allow any email functionality to work. Using the settings shown above, the contact us page works fine. I then setup three test users with the following email accounts: Customer 1 - [email protected] Customer 2 - [email protected] Customer 3 - [email protected] I ran a few tests and found the following: All three of these customer accounts can request password emails fine. All three accounts can use the notify a friend to send product info The store owner/admin can only send newsletters AND emails to Customer 2, who has the [email protected] email account. The other two Customers get 'Remote host said: 501 unacceptable mail address' When ANY of the customers makes a purchase, only the customer gets the confirmation email, none is sent to the store admin. When ANY customers order status is changed by the store owner/admin, they ALL receive email notification. One thing I did notice in your post is that you mention 'reconfigured the code in class.smtp.php', do I need to modify these files? The readme doesn't mention it? Just one more thing that I may be misunderstanding here are some settings in the actual site hosting control panel for the domain. Like I mentioned earlier, godaddy.com are the registrars of my domain www.uploadyourbusiness.com and that's also where I created the email account. However, that domain name is forwarded to my site which is hosted at webhost4life.com. Now, webhost4life have a DNS section in the web control panel which allows me to set DNS records for www.uploadyourbusiness.com as shown below: Now my eyes are bleeding... :o can you help....please..
  13. Thanks for the info insomniac2, do you mean the PHP on web host4lifes server? I ran a quick script on the server of webhost4life which returned the following info for the php settings on the server my sites are running on. Does it look correct? safe_mode Off sendmail_from [email protected] sendmail_path no value serialize_precision 100 short_open_tag On SMTP 209.132.213.40 Also, when you say my sendmail settings, do you mean in the stores Admin --> Configuration -->My Store Setting? The confusing thing for me is my domain name is registered with godaddy.com - www.mydomain.com The email account is registered with them - [email protected] But my site is actually hosted with webhost4life who do I get the SMTP host, username and password from? The company who hosts my site or I have my email with?.....I guesss I should look at moving it all together..
  14. Ok, I just asked my hosts 'What SMTP server do I use for php? ' They replied 'You do NOT need to use any. All servers are setup to send email in the php.ini. You do not need to make any changes to it. ' Does this mean that the PHP.INI is incorrect?
×
×
  • Create New...