

Vger

-
Content count
16,659 -
Joined
-
Last visited
Everything posted by Vger
-
This is a new support thread created for a new and updated version of the AuthorizeNet AIM (Advanced Integration Method) module, released under GPL. The module is located here: http://www.oscommerce.com/community/contributions,4091 Vger
-
I am launching a reworking of CCGV (Credit Class & Gift Vouchers) today, which harks back to an older version with various bug fixes and security patches applied. It also includes additional features: 1. The ability to Delete gift vouchers in the Gift Voucher Queue from within osCommerce admin - for when customers don't follow up with payment. 2. Queue Gift Vouchers is no longer optional - all vouchers are queued. 3. The ability for customers to view their Gift Voucher Balance within their Account page and to send Gift Vouchers from that page. Please don't posts support requests for other versions of CCGV to this thread - they won't be answered! The contribution is available here: http://www.oscommerce.com/community/contributions,4135 Rhea (Vger)
-
Make sure that: 1. You send a session id to HSBC. "Force Cookie Use" should be turned off if you use HSBC. 2. When tesing make sure that the total purchase price, including postage, is less than 50 pence. 3. If your site uses a template it's likely that the session id may get lost before checkout_confirmation, so do a "View Source" to make sure the session id is present 4. If your server is based outside of the UK then the server time zone will be wrong, and the code need to be adjusted for it. One hour, plus or minus GMT is all that HSBC will accept. Vger
-
The RC versions of osCommerce are Register Globals and Register Long Arrays 'off' compatible, due to a compatibility layer fix. PHP 6 will also have Magic Quotes 'off' and I'm not sure yet how that will affect the RC versions of osCommerce. MySQL 6 is already released. Vger
-
osCommerce MS3, Alpha 4, is not a production release and it certainly does not include a Gift Voucher capability. MS2 can have those abilities added to it, but it is very old now and showing its age. As to whether there will be an Alpha 5 and 6 - your guess is as good as anyones. Vger
-
That's correct. All new customers are assigned to the Retail Group by default, but they can make an application to become a wholesaler when creating an account. You get notified of this application and you then have to approve it. If your site is wholesale only then set up a Wholesale Group and make that the default for new customer sign-ups. Vger
-
Updated spiders.txt Official Support Topic
Vger replied to stevel's topic in General Add-Ons Support
Add: Yanga WorldSearch to your spiders.txt file. If that doesn't work then ban the ip address by .htaccess. Vger -
None of you should be using anything later than v2.1d by Yesudo. That version is perfectly stable, so I don't know why other people have been messing with it. Vger
-
500 Internal Server Error - When accessing admin page
Vger replied to johnwvg's topic in General Support
I'm guessing that you have an old .htaccess file in the 'admin' folder of your site which was used to password protect the admin folder on the old server your site was on, and that this is what is causing the Internal Server error. Go to your web hosting control panel and use the Password Protect or Directory Protect link to apply new password protection to your 'admin' folder and it should overwrite any old .htaccess file. Vger -
1146 - Table 'oscommerce.TABLE_PRODUCTS_STOCK' doesn't exist
Vger replied to jannieballiett's topic in General Add-Ons Support
products_stock is not a part of osCommerce(2.2 MS2 or any of the RC versions), and it's not part of any offshoot of osCommerce that I know of. So it looks as though the version of Easy Populate you've installed is bugged. Vger -
So why did you ignore the Install Guide which clearly said it is for use on osCommerce 2.2 MS2 (060817)? Vger
-
'On The Fly' Auto Thumbnailer using GD Library 2.1
Vger replied to mloeffen's topic in General Add-Ons Support
<?php for ($i=0, $n=sizeof($languages); $i<$n; $i++) { ?> <tr> <td class="main"><?php if ($i == 0) echo TEXT_PRODUCTS_NAME; ?></td> <td class="main"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_input_field('products_name[' . $languages[$i]['id'] . ']', (isset($products_name[$languages[$i]['id']]) ? stripslashes($products_name[$languages[$i]['id']]) : tep_get_products_name($pInfo->products_id, $languages[$i]['id']))); ?></td> </tr> <?php } ?> Vger -
Problem with free shipping for zero weight hack
Vger replied to yazawa's topic in General Add-Ons Support
If it worked before and doesn't work now, then I think it's a 100% safe bet that you installed the add-on incorrectly and broke the website. Vger -
On the Pay Pal website you'll find a list of countries they operate in (allow orders from). I think it's a fairly good guess that they don't allow orders from the US Virgin Islands. Vger
-
A blue border is the default colour shown when border=0 has been changed to border=1, or if that setting has been removed entirely. Vger
-
USPS First Class International reverts to Global Express
Vger replied to a topic in Shipping Modules
Yes, USPS does keep messing about with their settings, which means the osCommerce USPS module requires fairly frequent updating. Recently they've not only changed the names of some of the shipping methods but they have also added or subtracted hyphens between double-barrelled names and it was this that caused the most recent failures. Vger -
In the default osCommerce there is a "Per Item" shipping module. You set a price per item and the shipping charged will be based on the number of items in the shopping basket. No need to install another module or to use workarounds for something that already xists. Vger
-
I got an estimate of $1000 for a custom osC module
Vger replied to a topic in General Add-Ons Support
Dirt cheap at $1,000, and I do mean that. That's only around £500.00 for what will be a great deal of work. Vger -
What you have to realise is that Amazon spends Mega Millions on developing their website, with a team of highly motivated and very professional coders. Far too many people come here expecting to be able to replicate that experience on their osCommerce website for free. So the answer is - "Yes, if you've got the money to spend then it can be custom coded", otherwise the answer is "No". "Limited PHP Knowledge" won't allow you to modify the Wish List add-on, which isn't very good anyway. Vger
-
The problem is with Pay Pal. They updated their systems around a week ago, and being a USA firm they only checked it was working for US Dollars. Transactions in other currencies are failing left, right and centre. They are aware of the problem and working on it - but as to when they resolve it, your guess is as good as mine. They messed up big time! Vger
-
I have decided to start a new thread for this contribution, as the posts for it were getting mixed up with posts for the original PDF Catalog. This was getting to be very confusing. Please follow ALL of the instructions in the Read Me First file that comes with the contribution and you should be okay. I have already had posts from people who have successfully installed this contribution, but have also received posts from people who just ignored some of the advice in the installation guide. The contribution can be found here: http://www.oscommerce.com/community/contributions,3423 Rhea (Vger)
-
Need to only charge flat rate postage and packing
Vger replied to dvharrison's topic in Shipping Modules
Should you be taking on a "client" when you don't know the basic shipping modules? 1. Flat Rate shipping module = one rate for each full order (not per item) 2. Per Item shipping module = a flat rate charge per item irrespective of weight. Both are standard osCommerce shipping modules and are found under Modules -->Shipping in osCommerce admin. Vger -
Does a module exist that allows drop down variables to lead customers to right product?
Vger replied to thiazi's topic in General Add-Ons Support
Yes, there is one. It's rather old and I can't remember the name of it now, but what it does is to provide three boxes with drop downs in them e.g. 1. In first box select car make. 2. Then is second box the drop down is populated with car models you can choose from, but only from that make. 3. Then in third box you get a drop down with years in which that model was made. 4. Click on one of those and you get an Advanced Search result limited to the pre-selection. You'll have to search for it though. Vger -
If you get your Internet Merchant ID from Barclays Bank then it's likely that the server your site is on will have to pass a PCI Security Scan, which you have to pay for - even if you don't store card details on your site. Barclays are now requiring this of customers with Internet Merchant ID's. Vger
-
If the Order Status says "Preparing Pay Pal IPN" then it hasn't been paid, and if they bypass part of checkout and go straight to checkout_success.php then the Order Status will not get updated to "Completed". Vger