Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bwaldie

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Bill Waldie

bwaldie's Achievements

  1. you can change the ones by editing this file: /catalog/includes/modules/header_tags_social_bookmarks.php. In the version that I installed, it has facebook and twitter and more. Look for the update.
  2. This may be too late, but you need to make the change to includes/modules/more_pics.php not in product_info.php
  3. 404 error after the installation. I stripped out the .htaccess file and just put in the one that comes with the Ultimate SEO contribution. One change is required by host: # For security reasons, Option followsymlinks cannot be overridden. #Options +FollowSymLinks Options +SymLinksIfOwnerMatch But everything else is as distributed. Any page that is not a product or category loads correctly. http://stephaniebluebird.com/catalog/index.php loads and any page that is .php. But if a product is clicked on it returns The requested URL /catalog/silver-ceramic-p-411.html does not exist. The mouse over says the link is http://stephaniebluebird.com/catalog/silver-ceramic-p-411.html I am sure this is something basic, but I have searched the forums and read about configure.php files and just didn't see the problem. I am going to disable SEO for now.
  4. I have been experiencing a problem on PayPal sandbox and live. I had dutifully followed the directions about NOT setting any parameters related to shipping on paypal when I created my sandbox account. However, when I moved to my EXISTING paypal account (many years older than the idea of running an online business), I just assumed they were set correctly. I got my osc site working without too much effort. I did sometest cases with paypal sandbox and all seemed to work okay. I did one live test with contrived penny items and that worked too. However, my first real order came through and the shipping was wrong. I charge a flat rate of $3.00. This was correctly shown osc admin invoice. However, paypal showed shipping itemization as $4.50. Further testing on both the sandbox and live (just didn't finish the transactions) showed that it seemed to be related to the number of items, but I am still not sure. 1 item -> $3.00 correct 2 items -> $6.00 wrong (should be $3.00) 3 items -> $4.50 wrong (should be $3.00) Again, everything in the store seems to be correct; $3.00. I have not been able to verify what is actually being sent to paypal. Can someone show me where to intercept this information? I did end up playing with some of the shipping settings in paypal, but that did not help. I set the checkbox to 'per transaction.' The results did not change.
  5. Jim, I wanted to thank you for the work you have provided on this contribution. I installed it (along with the fix for the admin area) and it works great. I have a suggestion for the next release of the catalog/includes/modules/more_pics.php code. It would be good to add the addslashes($images['image_filename']) in the javascript section around line 76. I know it is not good practice, but my wife has used apostrophes in the image name. I don't know of any problem with adding this and it would help others with similar filenaming naming conventions. Thanks again, Bill document.write(\'<a href="java script:popupWindow(\\\'' . tep_href_link (FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id'] . '&display=' . $image_no) . '\\\')">' . tep_image (DIR_WS_IMAGES . addslashes($images['image_filename']), addslashes ($product_info['products_name']), $mopics_image_width, $mopics_image_height, 'hspace="5" vspace="5"') . '<br>' . tep_image (DIR_WS_IMAGES . 'zoom.gif') . '</a>\');
  6. Solution posted here. http://www.oscommerce.com/forums/index.php?sho...2676&st=980
  7. I have downloaded and installed More Pics 2.0.4. It has a mouse over feature in the product_info section and multiple images available in the 'click to enlarge' section and will allow you to upload as many pictures as you want. With the last release, there seems to be a 'quirk' when you add NEW products where it doesn't show up in the category until you add them image, but kymation is working on the fix and once you know about it, it is easy to work around. I am new to osc, but everyone was impressed with this. My store is not up yet or I would send you to see it in action.
  8. I can't figure out how to delete this. I see that a similar post has been put in the right place :) . http://www.oscommerce.com/forums/index.php?sho...2676&st=960.
  9. I am new to oscommerce. I have been working on a store since the beginning of January and it has been made easy by all the work that has been done by this community. I just installed the More Pics 2.0.4 add-on and I really like the presentation of the products in the store. However, I am finding the addition of new products annoying as they don't show up in the table after you add them. You have to go to the Product Images section and find them through the menu pick (search doesn't work, either). Then, you can add the images. Once the images have been added, then the products show up in the table under the correct category. I don't have a solid enough understanding of the admin/categories.php code yet to fix the issue. I am wondering if someone else has already run across this and fixed it. Thanks.
×
×
  • Create New...