Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SpiceUp

Pioneers
  • Posts

    41
  • Joined

  • Last visited

Everything posted by SpiceUp

  1. Please disregard my last post, It was my fault, should read instructions carefully, sorry
  2. Thanks Rainer, nice job with your addon. Just installed on a new 2.3.4 works almost perfect, just can not create new account with mobile phone or log on to a existing account with mobile phone. I can log on to a existing account if using the computer while i am in the /mobile folder, I think i missed some thing some were, any advice were to start looking Thanks SP
  3. Thanks all for this contribution and support; I was having problems with Ultimate_SEO_URLSv22d_11 so I decided to try this new one. So far everything seems to work except iam missing all the graphics & Images will not display, upon further investigation found that the path look like http://mysite.comdir_ws_catalog/images/spi****.jpg should be http://mysite.com/catalog/images/spi****.jpg I am new to all this, can some one help, not sure if I have to add a line to .htaccess or make changes to my configure.php Thanks in advance ANY ONE!!! PLEASE HELP
  4. Thanks all for this contribution and support; I was having problems with Ultimate_SEO_URLSv22d_11 so I decided to try this new one. So far everything seems to work except iam missing all the graphics & Images will not display, upon further investigation found that the path look like http://mysite.comdir_ws_catalog/images/spi****.jpg should be http://mysite.com/catalog/images/spi****.jpg I am new to all this, can some one help, not sure if I have to add a line to .htaccess or make changes to my configure.php Thanks in advance
  5. Thanks all for this contribution and support; I was having problems with Ultimate_SEO_URLSv22d_11 so I decided to try this new one. So far everything seems to work except iam missing all the graphics & Images will not display, upon further investigation found that the path look like http://mysite.comdir_ws_catalog/images/spi****.jpg should be http://mysite.com/catalog/images/spi****.jpg I am new to all this, can some one help, not sure if I have to add a line to .htaccess or make changes to my configure.php Thanks in advance
  6. Dear Jack, Thanks for the quick reply, this seems to work, need some more testing though, i have just noticed that do not matter were you click add to cart from [product info or reviews or product list] it always send you back to the index.php [kind of annoying for some customers] do you have any suggestions, thanks in advance. it is also doing the same thing for wish list now, after add to wish list the back button send you back to index.php I will appreciate if you can send me links for were they are currently talking about this topic in this forum, I had no luck finding any useful info
  7. Buy The way only happens when products are added from Index.php page, every other time it works
  8. Thanks all for this great contribution. I have successful installed it to my heavily modified store and almost everything works, Just a small problem, when an item is added to the cart and I hit continue shopping button I get the error page not found. The link from my shopping cart looks like this http://www.site.com/dir/catlog/index.php?products_id=10**'>http://www.site.com/dir/catlog/index.php?products_id=10** <?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td> I know I will have to fix this but my PHP skills are very limited The back button on my reviews info page works and the link looks like this http://www.site.com/dir/catlog /product_reviews.php?products_id=5* <?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params(array('reviews_id'))) . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . '</a>'; ?></td> My htacces looks like this RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d Can any one here help me, thanks in advance
  9. you got to put the same info they have on your account
  10. Call FedEx may be your Account is not set up on there side This may be the reason for the error below Error 5012 : Account number not in database
  11. Do you have a FedEx Account? if yes just put your account # and the meter Id will automatically get generated
  12. I have an account with FedEx and everything seems to work, but the rates that my customers get when checking out are lower than my discounted rates. I have tried all different setting, if I get rates for Canada right then rates for US start to mess up, any input from you experts will be appreciated, Thanks
  13. You have not installed fedex1.sql.php BACKUP BACKUP BACKUP BACKUP BACKUP Backup your files and your database before installing!! Database: Upload file fedex1.sql.php to the /catalog folder of your oscommerce website. Enter in your browser adress: http://"Your host"/fedex1.sql.php end press "Enter"; Delete the file fedex1.sql.php
  14. document.write('<?php echo '<a href="java script:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $review['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $review['products_image'], addslashes($review['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); You guys have been so helpful thanks I have one more problem, I will like to add this contribution to my products review page The code is a little different can some one show me how Thanks again
  15. Thanks a lot ecartz, it work Great !!, you save me a lot of time
  16. If the title of the product has an apostrophe Example Valentine's Day 4089 then the picture does not display I can fix the problem by changing the title to Valentine Day 4089 I was wondering if some thing can be edited [Added] in the code so I don’t have to change 100’s of title Thanks
  17. Thanks will give it a try and let you know OK Great it works perfect, Thanks Matt
  18. //060417/zepitt/multi images extra /// MULTI IMAGE echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </noscript> </td> </tr> <?php } for($nb=1; $nb <= NB_IMAGE_EXTRA ; $nb++) { $var_products_image = "products_image".$nb; if (tep_not_null($product_info[$var_products_image])) { ?> <tr> <td align="center" class="smallText"> <script language="javascript"><!-- document.write('<?php echo '<a href="java script:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE_EXTRA, 'pID='.$product_info['products_id']).'&id='.$nb.'\\\')">'. tep_image(DIR_WS_IMAGES_EXTRA . $product_info[$var_products_image], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES_EXTRA . $product_info[$var_products_image]) . '" target="_blank">' . tep_image(DIR_WS_IMAGES_EXTRA . $product_info[$var_products_image], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </noscript> </td> </tr> <?php } } ?> </table> can some one show me how to add Better Product Preview with Lightbox 2 code to the php file above Thanks
  19. Aly Mirza Just use Automated Store Feeds v3.3b this will slove your problem ___________________________________________________ ****Automated Store Feeds v3.3b*** Updated SQL to work with MySQL 5.x. Just needed some extra parenthesis around FROM statements. Package only includes changed files. ____________________________________________________________ Your sever is MYSQL 5x v3.3b will take care of that
  20. Thanks for the great contribution. After reading this thread I was able to successfully install this contribution to my store and every thing works perfect. My problem is that I have java code after every description that I will like to leave out. Example Description Maid 4 You costume includes a mini lace trimmed apron with back tie closure matching high thigh style lace panty lace choker lace wristlets and lace garter. Size: Free Size Material: 100% Polyamide Fiber Colors: Black/White. Java code >> begin var win= null; function NewWindow(mypage myname w h scroll){ var winl = (screen.width-w)/2; var wint = (screen.height-h)/2; var settings =\'height=\'+h+\' \'; settings +=\'width=\'+w+\' \'; settings +=\'top=\'+wint+\' \'; settings +=\'left=\'+winl+\' \'; settings +=\'scrollbars=no\'; settings +=\'resizable=no\'; win=window.open(mypage myname settings); if(parseInt(navigator.appVersion) > = 4){win.window.focus();} } Size Chart java code. >> End I am a novice I will like to modify froogle_us.php so it does not add the java code to Description any help will be really appreciated. BTW I am using: Add additional text to title, description and url in your feeds by - azcustomshirts - 19 Jul 2007 http://www.oscommerce.com/community/contributions,4455 Thanks in advance
  21. Set this up and set up a rewrite rule in .htaccess RewriteRule googlebase.txt googlebase.php and I would direct googlebase to the file yourwebsite.com/googlebase.txt Can you give me deatil info on what exactily to write in .htaccess Thanks
  22. Thanks For your help, All i had to do was add Yanga [Only] not Yanga WorldSearch. :) All you guys are great
×
×
  • Create New...