Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

travellikesound

Archived
  • Posts

    53
  • Joined

  • Last visited

About travellikesound

  • Birthday 12/19/1981

Profile Information

travellikesound's Achievements

  1. A while back i installed this gift card contrib: http://addons.oscommerce.com/info/5527 I'm running into problems when customers are trying to redeem their gift cards. When in check out, even if the order total is less than the balance on the card it still requires them to enter credit card information, even though the order total is $0.00. What can I do to solve this issue?
  2. I'm running into problems when customers are trying to redeem their gift cards. When in check out, even if the order total is less than the balance on the card it still requires them to enter credit card information, even though the order total is $0.00. What can I do to solve this issue?
  3. I use authorize.net to process payments. When someone attempts to pay with a declining card or enters invalid info, it redirects back to the payment page and there is an error message at the top of the page indicating an issue. The problem is that the message seems to be missed by customers. They attempt the same payment method over and over and over and get frustrated asking why they keep getting redirected. Is there some way to make this message much more obvious? Maybe move it to a more noticeable section on the page and in a larger size? That or a popup window? I'm sure this is easy to do, but as a front end designer rather than a programmer I'm not entirely sure how to go about it. Also, when these declined transactions are attempted, it show up on the customers bank statements for a short time as a pending charge. Although no funds are taken out and this is only listed temporarily, it results in quite a few upset customers. Has anyone figured out a method of dealing with this issue? Are there any authorize.net settings that can be adjusted to avoid this? Thanks!
  4. I installed the order editor but it only seems to let me edit existing orders. Is there a way i can generate new orders with it? Or will i need to find another contrib for that?
  5. I'm also looking to do this. Not just for paypal orders, but we also take orders from other online sources including etsy.com. Our order processing is outsourced and it would be helpful to be able to keep track of the progress of all our orders in one place.
  6. Hey this link doesnt work... anyone got a working one for me? Thanks
  7. Ok, another question though: Now that I've got it working, how do I make so customers don't get charged shipping on a gift card? Right now I just have a flat rate of $8.95 for all orders, but since a gift card isn't shipped there's no need for additional shipping charges.
  8. I just installed this and I've logged into my admin panel to finish setting it up and it is giving me this error: Parse error: syntax error, unexpected ')' in /home/punkbaby/public_html/shop/admin/includes/boxes/catalog.php on line 39 I have a previous add-on i installed for coupon codes that uses this same area of code, so I think they might be interfering with eachother. Here is what is looks like: '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . '<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' . //kgt - discount coupons '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>'. '<a href="' . tep_href_link(FILENAME_DISCOUNT_COUPONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_DISCOUNT_COUPONS . '</a>' ); /*************** /* gift card modificaiton */ '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>' . '<a href="' . tep_href_link(FILENAME_GIFT_CARDS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_GIFT_CARDS . '</a>'); /* end of gift card modification */ ***************/ //end kgt - discount coupons Anyone have any suggestions as to how I can fix this without messing up my coupon code?
  9. Scratch all that. I managed to figure it out on my own. I accidentally pasted in an "add" somewhere that I wasn't supposed to.
  10. Ok, that isn't it. I figured out how to delete it and redo it correctly and I'm still getting the error.
  11. Ok, i just added this and uploaded. When i clicked on the category option in the admin panel to test it out i get this error: Parse error: syntax error, unexpected T_FUNCTION in /home/punkbaby/public_html/shop/admin/includes/functions/general.php on line 1314 I've double checked on the general.php page and everything is copied right. What else could be the problem? One thought on what could be an issue: This was my first time making changes to the database in myphpadmin. I didn't know the 2 items for the database changes were to be added together so i did them each separate. Is that a problem? If so, how do i fix it. Any other thoughts on what I might be doing wrong here?
×
×
  • Create New...