

Predd0
Members-
Content count
162 -
Joined
-
Last visited
Profile Information
-
Real Name
Jay
-
Location
Australia
- Website
-
We have a website, Amino Z, which has been built on osCommerce. As you can see, it is very heavily modified. We have personal training clients that we bill weekly and we currently use a third-party company to process these payments for us (via credit card and also out of their bank account). But because it works out so much cheaper for us to do the recurring debits ourselves (though ANZ eGate for credit cards or the bank for bank transfers), I am looking for a software solution for this. Does anyone know of some billing software we can utilise for this? It needs to have a recurring payment option and also basic reporting capabilities. Thanks in advance!
-
Contribution URL: http://addons.oscommerce.com/info/871 Just downloaded and installed the latest version of Order Logging 3.0. Great contribution. Got an idea for an enhancement. In the admin, if an order isn't procesed correctly but is logged, a button could be there to convert the logged entry into an order. In addition to this, the customer would be send an order notification, identical to if they did return to checkout_success.php originally.
-
[CONTRIBUTION] Google XML Sitemap Feed - by Chemo
Predd0 replied to Chemo's topic in General Add-Ons Support
Okay I've installed the script and submitted to Google. Google gets back to me with "ERRORS". Upon clicking on ERRORS it displays the following error message: General HTTP error General HTTP error: 200 (Success) [?] I open the sitemap up in my browser and it appears in XML format and all seems to be correct. I've tried browsing through this thread for a similar problem but have been unable to locate one. PS. I have not included application_bottom. I have put the sitemap in the main directory (www.domain.com/sitemap.php). Any help most appeciated! -
Couldn't track down a thread specific to the SID Killer - so I've started this one. I have installed it at http://www.aminoz.com.au If you go there, the ID still shows in the URL sometimes - and I can't work out why! Upon going there initially, the ID tag shows up in the URL and I suspect this could be from the Autologin mod I've installed. Whilst this goes away on the next click, it seems as though other visitors browsers keep it in the URL. Any ideas?
-
I've installed the 'toll zip zones' contribution, that calculates shipping rates based upon your postcode and total weight (from a huge SQL table). What I'd like to do is insert a field on the product page where the user can type in their post code and a popup will display the shipping price of that product only. Has anyone got any ideas? Thanks!
-
I've installed the 'toll zip zones' contribution, that calculates shipping rates based upon your postcode and total weight (from a huge SQL table). What I'd like to do is insert a field on the product page where the user can type in their post code and a popup will display the shipping price of that product only. Has anyone got any ideas? Thanks!
-
Issue # 2 (revised) DId some more testing and found out it's not a problem with items that don't have attributes. Rather, if you don't add in a message in the message field (when emailing to a friend), no products will be displayed.
-
Jorgeo Issue # 2 When a product without attributes is added onto the wishlist, I've tried to use the 'email to a friend'. However the email has no products in it at all...
-
Jorgeo Thanks for adding the wishlist.php addon. I've added it in and so far I've come up with one issue: I added a product without any attributes to be chosen. When I added it, it took me to my wishlist page and successfully added it in. HOWEVER there was an error message at the top of the page: Lines 449-450 in application_top.php are: Cheers
-
hrmmm...am I missing something because I can't find the coding to put into wishlist.php.
-
Sounding good mate!
-
ah actually on 2nd thought...I think that type of coding is beyond my self-taught php skills (or lack of) lol. I'm 2nd in line for testing!
-
Jorgeo: Ah cool sounds good...in theory anyways :P I'll give it a go and post it up if I can get it working. gl with the exam too :)
-
Just wondering if there's any way to incorporate attributes into the wishlist? So you can select what colour you want the product on the product page, and then add it to the wishlist. On the emails it would include these attributes too. Also when you move the product to the cart.
-
worked it out :D Used jorgeo's idea but put it into application_top (where the process actually occurs). This is my new coding for case 'add_wishlist':