Jump to content

ember

Member
  • Posts

    9
  • Joined

  • Last visited

ember's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi! I have a similar problem, although no changes have been made to the site or the server. I am on vs. 3.0.15. The admin login simply stopped working... the message is "Login Failed". It worked correctly 3 days ago. I just created a test user account, and can login and logout perfectly as a simple registered user. I reset the admin password, tried the new one and it still fails. I have cleared my browser cache and cookies, checked the global.inc.php pathways and the .htaccess file, clearing the cache each time. I downloaded and used the editconf.php file, and everything is set correctly. I even tried turning the SSL off and back on again, no luck. I am at a TOTAL loss of how to proceed! I have spent a full day in the forums reading and tried everything, to no avail. Do you have any other suggestions that I could try?? My client is going nuts, and I don't know what else to try. ANY suggestions would be greatly appreciated!
  2. Is there any way to automatically redirect the user to the basket as soon as they add a product to it? I want them to be able to insert a quantity, click Add to Basket, and be taken directly to the cart for checkout, instead of remaining on the product page. Thanks in advance!
  3. A recent development in a site... when a new customer registers, they choose their US state from a pull-down menu. However, when you view their account details, it shows that it defaulted to the first state on list: Alabama. This has only been a problem in the last few months. Does anyone have any experience with this?
  4. My client signed up for a SafePay gateway (without consulting me), and they're not on the gateway list (http://www.federatedpayments.com/safepay.php). Is it possible to install another gateway into the existing interface? If so, are there instructions for doing so somewhere? This may be over my head.... I would be willing to pay to have this done if reasonable. NOTE: If anyone has any information on this gateway, good or bad, it would greatly appreciated. I have read some reports that were not promising, so wonder if anyone has any personal experience with them?
  5. I installed the USPS handling fee mod by Kristina. I'm on v3.0.17, but the mod only goes through v3.0.15. I was able to edit just the area of the files that needed updating (without replacing), and the handling fee box is actually showing in the admin configuration page. However, it will not allow me to save the changes. (Clicking on Edit Config does nothing, and the handling fee is not calculating in orders). Has anyone else tried this mod on v.17? I'm not a programmer, so it may be something simple in the code that is preventing it from processing. Here's the 2 basic areas that are changed: In the calc.php file in modules/shipping/usps: $sum = $value+($module['handling']); In the index.php file in admin/modules/shipping/usps: <tr> <td align="left" class="tdText"><strong>Handling Fee:</strong></td> <td class="tdText">$<input type="text" name="module[handling]" value="<?php echo $module['handling']; ?>" class="textbox" size="10" /></td> </tr> ANY help or ideas at this point would be GREATLY appreciated!!!
  6. I currently run a site on CC version 3.0.15 in the state of AR in the US. As of the 1st of this year, all internet sales are to be taxed in the state according to the location of delivery. In other words, my client's cart will now need to calculate sales tax for the state, county and local taxes of the buyer if in state. This is due to the new Streamlined Sales and Use Agreement, which is slowly becoming standard across the US. I have been reading about the Flexible Taxes option in Version 4, but cannot find enough details. I know it allows you to set different taxes for different countries, but does it allow you to create zones of counties and cities also? These would need to calculate on separate lines in the order, at least in the records for the company (for reporting purposes). There is a database available from the state that has all of the county and local taxes that we can use to enter the needed data. I know there are a dozen or more states that have this same law in effect. So does anyone have any idea of how to comply with CubeCart? ANY help would be greatly appreciated!!
  7. We are using the UPS shipping method, and have installed the mod we found to correct calculation flaws in the default (http://www.cubecartforums.org/index.php?showtopic=108&pid=6799&st=0&#). It is working great on most orders, but occasionally an order will come through with NO shipping charges applied. I have tried to recreate this issue, even creating an account with the same city and zip as one of the orders it didn't calculate for. The cart does not give me an option of choosing NO shipping at all. Anyone else heard of these issues, or have a possible fix? HELP!!
  8. I have successfully installed the SSL, and setup Authorize.net AIM as the gateway. It tested out, so we went live. A customer tried to order with American Express, but we don't accept them, so they got the message that their payment was denied. It shows in the Authorize.net account as denied. However, the order actually came through in the CubeCart admin section as approved, with Authorize AIM as the payment method. Any ideas on why, and how to fix? I'm on CubeCart vs. 3.0.15.
  9. I have successfully installed the SSL, and setup Authorize.net AIM as the gateway. It tested out, so we went live. A customer tried to order with American Express, but we don't accept them, so they got the message that their payment was denied. It shows in the Authorize.net account as denied. However, the order actually came through in the CubeCart admin section as approved, with Authorize AIM as the payment method. Any ideas on why, and how to fix? I'm on CubeCart vs. 3.0.15.
×
×
  • Create New...