Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

surfinagain

Pioneers
  • Posts

    97
  • Joined

  • Last visited

Everything posted by surfinagain

  1. Is there anyone who can help with this request? Any help would be greatly appreciated.
  2. HELP! i need to add a field from the PRODUCTS table to the invoice print outs generated by batch print. anyone with better php/mysql and knowledge of this contrib who is able to help it would be greatly appreciated.
  3. I did just now get this error: Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/mysite/public_html/catalog/includes/classes/oscthumb.php on line 260 Does this help diagnose the problem?
  4. yes...tried that first and it didn't help. same issue with not receiving thumbnails.
  5. That's just it...I'm not getting any errors...other than the html error mentioned above and there's nothing there to show. In the product list all I'm getting is the product I'm just not getting thumnails. Perhaps I should mention that I am also displaying products in columns not rows.
  6. I just installed this contrib and unfortunately it's not working. When I enable it there are no thumbnails generated only the alt text for the images. If I click on the image text it goes tot he product page with no thumbnail just text where the image would be. However, if I click the product title under where the image would normally be I get the error below. I didn't receive any sql or other errors during the install. I follow the instructions without issue. I have no problems using the admin interface to change parameters. Any ideas of where the problem is? Thanks in advance for any help. Forbidden You don't have permission to access /catalog/index.php/cPath/138_143 on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
  7. i just installed this contrib and add both scripts to google webmaster tools as "General Web Sitemap". I get the following errors: "Unsupported file format Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit." I'm listing them individually as: http://www.mysite.com/googleSitemapCategories.php http://www.crfsonly.com/googleSitemapProducts.php again, both as "General Web Sitemap". Any suggestions as to why this is not working? thanks for any help.
  8. I believe the fix is to declare $order in catalog/includes/modules/payment/authorize_aim.php as global like this: function authorizenet_aim() { global $order; seems to be working for me...we'll see.
  9. i'm having the same problem. anyone have a fix for this?
  10. I am having the same problem and this after I just upgraded to the lastest 2.9 version. please help!
  11. I need to have the articles open in a new window with just the article text and pictures. Is this possible and if so, what modifications would be required?
  12. thanks Vger...this i've done and i do think it is less confusing. i commented out the following code in both ot_coupon.php and ot_gv.php files in the order_total directory: // $image_submit = tep_image_submit('button_redeem.gif', IMAGE_REDEEM_VOUCHER, 'name="submit_redeem" onClick="submitFunction()"'); let me know if this in incorrect or if i need to do something more. thanks again!
  13. during checkout the display box, "Credits Available" where the customer can enter a coupon code and redeem the valvue. In addition, there is a check box for using the available account balance. The problem is the redeem button for the coupon code is directly below the check box for using the account balance. My customers, check the box and then click the redeem button. This is pretty common but as we know is incorrect. So my hope is that my customers are not the only one misunderstanding what to do and that someone has restructured this display to be more intuitive. If not, perhaps someone can help me with the code. I've tried and I'm having fundamental problems understanding how it's put together and what to do to successfully come up with a more intuitive display of the options. thanks...
  14. has anyone done any work on how this displays the credits/redeem etc at checkout? it can be very confusing. i was hoping that i could leverage any work in this area to make it more intuitive. thanks..
  15. thanks for the reply. i do like how it won't allow the part to be added to the shopping cart so i don't want to just allow it to be checked but just deleted. i'm not sure how to accomplish this.
  16. i have a problem with items in the wishlist that are no longer available (out of stock). these products show up in the wishlist but the owner of the wishlist is unable to delete them with the checkbox. anyone else seeing this and is there are fix? thanks in advance....
  17. display of "credits available" at checkout is not very intuitive. has any reworked this so that it's easier for customers to understand what to do? if so, can you share your work? thanks...
  18. thanks vger. this is how i've been doing it but i was hoping to just be able to directly create and/or edit a customers account balance. thanks....
  19. Occasionally, we accept a return from a customer and want to give store credit as oppose to actual cash back. Is there an easy way to just ADD an account balance to that customer? Also, if they already have an account balance is there a way to EDIT their account balance? thanks in advance for a great contrib!
  20. my apologies...wrong location please delete. Occasionally, we accept a return from a customer and want to give store credit as oppose to actual cash back. Is there an easy way to just ADD an account balance to that customer? Also, if they already have an account balance is there a way to EDIT their account balance? thanks in advance for a great contrib!
  21. thanks for the reply. my problem is someone comes and buys JUST a gift certificate. currently my system is charging sales tax. how do i configure this not to happen?
  22. thanks....that seemed to work. i have another question, i don't want to charge sales tax for the gift certificates. i only charge sales tax currently for orders being shipped to the same state we ship from. is there a way to configure this to prevent sales tax from being added to a gift cert/voucher? thanks in advance....
  23. Just installed this great contrib....thanks for all the hard work! I really appreciate it. I do have one question and request for help. I noticed that gift vouchers need to have a weight of ZERO while everything else needs a weight. I saw the SQL statement that would give everything a weight of one. This won't work for me as many of my products, but not every product, already have a weight. Since I'm a SQL weakling can someone help me with a SQL statement that would only put a weight value of one if the weight value was zero while leaving the current weight value if it was greater than zero. Thanks in advance for any help with this.
  24. i have a very serious problem with edit order that has been driving me crazy for some time now. i hope one of you gurus can help. basically, when i add a product and then select the category the 'choose product' list doesn't have all of the product descriptions listed. there is always a few listed correctly at the bottom of the pull down list but the ones above are just blank. obviously this makes selecting the correct product to add VERY difficult. here's a look at the source edit_orders.php creates for the pull down list: <td class='dataTableContent' align='right'><b>STEP 2:</b></td><td class='dataTableContent' valign='top'><select name="add_product_products_id" onChange="this.form.submit();">who<option value='0' selected>Choose product <option value='651'> <option value='901'> <option value='1280'> <option value='1510'> <option value='963'> <option value='1366'> CRF450X'05-06 - Race Tech Fork Springs <option value='1364'> Race Tech Ultra Slick Supsension Fluid </select></td> as you can see it has the product ID's but no description for several of those in the list. also, note that i use single quotes in the description. any ideas on what is causing this and how to fix it? thanks in advance...
  25. please help if you have any ability to...this is a huge problem for me and my mysql and php skills are limited but i have given it many hours in effort to fix myself...sadly unsuccessfully. thanks in advance...
×
×
  • Create New...