Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Floob

Pioneers
  • Posts

    435
  • Joined

  • Last visited

Everything posted by Floob

  1. Is this still the poll contrib of choice? Or are any others popular with people?
  2. Thanks - was just concerned another part of 2.3 would try to reference that function and find the replacement one doesnt have all the same variables etc.. as the old one did.
  3. Hi, I've been looking at Ultimate SEO V 2.2d-11 - but the update instructions seem out of date. For example, the updates to html_output.php mention certain lines being in the original file that are no longer there in Osc 2.3 So I'm thinking if I remove them as instructed, other parts of 2.3 will have issues as the code will be different. Does that make sense? Or do you use a different URL rewriter?
  4. I was just worrying about not getting the best tool for the jop. For example, I'd like a URL rewriter for SEO purposes, but there seem to be several out there.
  5. Hi, Has anyone got a link to the most popular contributions? I can only see them from 2009? http://addons.oscommerce.com/stats
  6. Hi, I'm struggling to search the add-on section well, I cant seem to sort or search for a specific string well, so I thought I'd ask here. What I'm after is an add-on that shows a customers IP on their order in the admin section so I can check for fraud that way as well (rather than needing to login to my PSP to check it) Thanks Floob.
  7. Hi, Is there a recommended add-on that will show the prices in a grid? (In terms of an aesthetic layout - I dont need to change the area where they actually choose the quantity/price) I have a product that is: Quantity - Price 1 - £1.50 3 - £3.50 6 - £6.00 I'd like to show this on a grid on the produce page. Any ideas? Thanks Floob.
  8. We had the same problem. It seemed to be the issue was that anytime a cartid was returned in the order number the customer was transferred to the wrong page, and was told the transaction failed (even though it didn't). We have amended the module to not include the cartid and this seems to have resolved the issue. When the order number was created without a cartid the transaction was fine - I dont know why it hadnt included a cartid though! So the issue is to do with the cartid - just not sure why!
  9. I have the same problem - going to try 1.9
  10. Hi, I have installed Sagepay Form with osCommerce and it is now live. http://addons.oscommerce.com/info/6983 Payments can be taken without issue. But when I refund a transaction, neither I nor the customer gets notified - also the order in osCommerce does not change status at all. Should I be getting notifications emails? Thanks, Floob.
  11. Hi, I have successfully made a test transaction using the 'Test' system, and refunded the transaction. But I did not get an email to confirm that I had made a refund, and it also didnt update the order status in oscommerce. I am using the 'Form' system. Should I have received the above notifications? Thanks Floob.
  12. Any joy getting this to work?
  13. Here is the link to the info: http://www.rbsworldpay.com/support/bg/inde...ebrand&c=UK It sounds like we wont need to make a change, but I'm sure if there are issues, we will all be back here posting! :)
  14. From the install file: You must edit one additional file to get discount coupon codes working with the latest versions of PayPal IPN. The following instructions are for version 2.2 of this contribution: http://www.oscommerce.com/community/contributions,2679. The exact instructions below may not work for other versions, but the changes needed are similar. Otherwise I'd email/pm the author.
  15. I'm installing version 3.33. I am running osCommerce 2.2 rc2a. On this instruction: $shown_price = tep_add_tax($this->products[$index]['final_price'], $this->products[$index]['tax']) * $this->products[$index]['qty']; $this->info['subtotal'] += $shown_price; My code says: $shown_price = $currencies->calculate_price($this->products[$index]['final_price'], $this->products[$index]['tax'], $this->products[$index]['qty']); $this->info['subtotal'] += $shown_price; Is this difference an issue? I'm not sure why my code is different - as far as I can see it is the original rc2a code.
  16. I see there is a built in SID Killer in Admin 'Prevent Spider Sessions' which uses the spiders.txt file In that case, why would anyone use this one: sid killer http://addons.oscommerce.com/info/952 What is the difference? For reference I am also using SEO URLs, so am unsure if I need this second mod or not? Thanks for any pointers. Floob.
  17. That would be handy. Anyone know how to do this?
  18. Also, according to Protx, this problem lies with osCommerce. This cannot be the case. 1. The problem shows with or without changes to the Protx payment module. 2. This problem did not show on the old payment pages This is going to lose me, and others significant business until this issues is fixed. KB https://support.protx.com/forum/Topic1606-23-1.aspx
  19. Ok - so its 1st August and my Protx form has problems. I go through the payment process and it just hangs on this page (after I press submit): https://ukvps.protx.com/vspgateway/service/authorisation I think at this point it is supposed to return me to my website. Is the fault with Protx or with us? Anyone else having problems?
  20. Thanks, new version seems fine. Although I did need to add the line global $order; to this code // class constructor function protx_form() { global $order; $this->code = 'protx_form'; $this->title = MODULE_PAYMENT_PROTX_FORM_TEXT_TITLE; $this->description = MODULE_PAYMENT_PROTX_FORM_TEXT_DESCRIPTION; $this->sort_order = MODULE_PAYMENT_PROTX_FORM_SORT_ORDER; $this->enabled = ((MODULE_PAYMENT_PROTX_FORM_STATUS == 'True') ? true : false); Without that, it didnt seem to obey the Payment Zone setting - hmmmm?
  21. Just installed the latest version: 15th July 2007 Appeared to install ok (I replaced PROTX_FORM with PROTX_UK as I will need to install multiple versions) But although I have set this to use 'UK' Zone, it appears for any customer in any zone. In addition, when I pay, it returns me to my site with this URL: http://www.xxxxx.com/catalog/checkout_paym...;error_message= I get the protx email, but not the store email, nor is it in the osc database. Here is the php file that has the problem above: http://www.techpost.co.uk/protx_uk.txt Here is the php file that works fine: http://www.techpost.co.uk/protx_ukform.txt Any ideas?
×
×
  • Create New...