Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

desiredin

Members
  • Posts

    275
  • Joined

  • Last visited

Everything posted by desiredin

  1. Does anyone know how to get this contribution to work with search engine friendly URLs?
  2. It appears it is only breaking the link on the breadcrumb???? Is there a place where you can set a proper search engine safe url for that breadcrumb?
  3. I think the file that would be calling the stylesheet would be /catalog/modules.php As well, you can change the table size, and alignment in there for the PHPBB2 contribution to match the size of your header and footer if not running at 100%..
  4. Heh. If people had the answer, or when they come up with it, they will give it to you. That's how opensource works. In the mean time, try to solve the problem on your own. I'm having to do that right now seeing as your problem is my problem (that's how I found this thread). If I figure it out, I'll let you know. If you do, please do the same. ;)
  5. I put some code up into my header to allow put the currency drop-down to stay there instead of on the side column. Everything works for showing the different currencies. But I have a few problems. 1: When a customer changes categories for the products, it reverts back to the default currency. 2: In the dropdown, it doesn't show what currency is selected. It shows only the default currency. <?php echo '<form name="currencies" action="" method="get"><select name="currency" onChange="this.form.submit();" style="width: 120"><option value="USD">US Dollar</option><option value="EUR">Euro</option><option value="CAD" SELECTED>Canadian Dollar</option><option value="AUD">Australian Dollar</option><option value="GBP">British Pound</option></select></form>'; ?> Can someone give me a hand with this please? I'd be much appreciative.
  6. I've paid the admin fee back in May but I have yet to send my paperwork in. I'm having issues with 2Checkout and have decided to dump them. Being a Canadian store, and I list my prices in CAD, I think PSIGate will work much better for me. How are you liking PSIGate? Have you figured out your problem yet?
  7. Though I show my prices in CDN, I have my OSCommerce send the total to 2checkout in USD (that is what they process). How can I modify this script to still function that way? How can I use 2checkout's conversion rate to convert to USD so that my CDN price match their conversion from USD to CDN?
  8. I'm getting them on my site. Works fine with the other wishlist codes, but for some reason, it is not working with your's. Heh. But your's is the only one I want. ;)
  9. Not getting that error anymore. Thanks. ;) However I have noticed that using your wishlist.php, I am getting 25 or 26 items showing up in the wishlist.php, and nothing in there that I selected. However, the box on the side show the appropriate wish list.
  10. Uploaded your code again, and changed the snippet of code that wasn't working. I'm now getting 25 items on the wishlist that were not put there, nor are able to be deleted or moved???
  11. Love the fact that the e-mail is written up automatically. The origional sends nothing to the friend if there are no comments. However, there was a server error when trying to look at the person's wishlist. Doesn't seem to be able to bring it up at all.
  12. Have you gotten it to work? I'm looking at using this one as a possible payment method.
×
×
  • Create New...