Muzzleflash
04-18-2006, 02:03 AM
http://www.muzzleflash.biz/billing/order/orderwiz.php
See it? I can't figure out how to get rid of it!
See it? I can't figure out how to get rid of it!
![]() | View Full Version : Modernbill order form: worldpay option won't go away? Muzzleflash 04-18-2006, 02:03 AM http://www.muzzleflash.biz/billing/order/orderwiz.php See it? I can't figure out how to get rid of it! andren 04-18-2006, 01:49 PM I see domain names but NO worldpay. Disable the worldpay plugin if you havent done so yet. camers 04-18-2006, 01:56 PM I see the world pay selection. Sounds like you need to spend som quality time with your software and, go through it, and read the manual. :) Basically, uncheck it from being enable in the payment modules. Muzzleflash 04-18-2006, 03:35 PM I have spent quality time with my manual ;) Don't you think I'd have checked and double checked having it disabled in payment modules? It still won't go away. The only module enabled is paypal. "'Select the gateway module to be used for ALL real-time transactions. Set to 'none' if you are only using WorldPay or PayPal." I've set that to none also, as I am only using paypal. camers 04-18-2006, 03:46 PM You need to edit your order form then. Ariel74 04-18-2006, 04:02 PM Disable it in the order group. Also, you might consider making your order form https Muzzleflash 04-18-2006, 07:39 PM AH-HAH! Got the pesky little sucker, thanks! My link is https within the site, I just forgot when posting, sorry. camers 04-18-2006, 07:45 PM You should put a rewrite rule in for making http = https. Use one for our billing system, works a treat (http://my.xtoweb.com). Muzzleflash 04-18-2006, 09:45 PM I'm gonna put one in... like this, correct? http://www.whoopis.com/howtos/apache-rewrite.html I really like the my. subdomain, is configuring that a SSL cert problem? Otherwise, I'm totally doing that. :D camers 04-20-2006, 08:39 AM I use the following RewriteEngine On RewriteRule ^/(.*)$ https://my.xtoweb.com/$1 [R,L] Then put a redirect in for xtoweb.com/my --> my.xtoweb.com No the subdomain wasnt a problem, because we registered the cert under that name. |