Jump to content

jsgypsy

Member
  • Posts

    59
  • Joined

  • Last visited

Profile Information

  • Location
    England

jsgypsy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. it seems to be not reading your skin files if you ask me - in particular the style sheets. Did you have any mods put in recently or did you edit or upload the skin files? If you've not touched them at all, you might want to try just uploading them again, in binary. Otherwise contact the designer where you bought the skin and ask them for support on it.
  2. Not sure if this is what you need, but this hack might help: http://www.cubecartforums.org/index.php?sh...hl=secure+admin Look at the second post in particular.
  3. is the new store using a prefix added on to the tables? same database, different tables maybe? Your includes/global.inc.php file will show if it is. If so, you can remove the value for the prefix. Then you can see how the fresh install functions with all your products in it. If it still runs poorly, then it's not the cart or database. If it's running better, then it's something to do with the coding in your current cart. At which point you might want to decide if it's worth the trouble trying to find the problem, or if you should rebuild in the fresh install.
  4. If I'm lucky to get to another page, it is generally a 500 error page. I can get into most of the categories, but not any products so far. What if you set up a fresh install in a separate test folder, had it use the same database, and see if you stil hav the problems. If you did, I would start to wonder about server resources.
  5. I think I sorted out my own problem In modules>gateway>PayOffline>transfer.inc.php, the urls for the form action should have https Once I changed it, I was able to complete the transaction successfully.
  6. I just found out today from a customer that they could not get to the page that gives the barcode for PayOffline. I tested it and found that after selecting PayOffline and clicking to make payment, I first get a box come up saying that although my site's page was encrypted, the information was being sent over an unencrypted page. I clicked Ok to continue.The next page was to this URL: http://secure.payoffline.com/CubeCart/Invoice.aspx And the error message I received on this page is this: If I add an 's' to the http, the invoice page then comes up, but it incomplete and there are errors. So far the people at PayOffline have said this happens if I'm not using the latest version. However I did a fresh install of 4.3.6 back in Nov. As soon as I finished it, I saw there was a 4.3.7. But I applied the manual change as per the post for 4.3.7 as I didn't want to have to start over again with the mods. I have uploaded the PayOffline file again with no effect. I even removed a mod for a quick checkout but still that has not solved the problem. So far I am unsure of where to look, or which files I should try to replace to see if it fixes it. I suspect this problem has been happening at least since the upgrade to 4.3.6 as I've had some customers select to use it, but never followed through. If anything, if anyone else is using this mod, AND have the same version, could you test yours to see if it is working? Thanks in advance.
  7. can you give me some items to check to see if I get the same result? also, have you added any new mods of late, or made any changes anywhere? I'm not saying I can fix it but I can try to help you troubleshoot if you want.
  8. Well, I had a couple issues. When I viewed a product in Firefox, the Add to Cart and View Cart buttons were there. But for me, I could not add to cart. The button flashed that I had, but nothing showed in the list, and if I clicked to View Cart the basket was empty. When I view in IE8, the Add to Cart button was missing for the same product. I was seeing the View Cart button though without problem - I just couldn't try adding to it. Would it have anything to do with working in frames? no idea, but hope the info helps.
  9. Yes, I've done that and double-checked it before. Have you been able to get it to work? I've had someone else report in the bug tracker that they had the same results as me. I haven't had a chance to try it again with a fresh install.
  10. Is there some way that one of the staff could contact me about this? I've put in a bug report, and I had even been in touch with Cardinal about it. But they are now telling me I should contact CC directly. Of course I can't do that without buying support credits which to be honest I don't feel I should have to do in this case, nor can I afford right now. I've applied the latest files released on the 15th, but I still end up with the same results. You can read what I put in the bug tracker here: http://bugs.cubecart.com/view.php?id=1834 AND, before I decided to start this thread, I even tried setting up a clean install on a subdomain so I could test the 3d secure on that with my settings. But I've been having so many problems just trying to get it to work, that I give up. I've wasted my whole day just trying to get it to allow me to log into the admin, I've installed and re-installed and re-installed again, only to find that it now won't allow me to login as a customer either nor add items to the basket. :)
  11. jsgypsy

    Sales Prices

    Have you checked the CSS to make sure the sale price color isn't the same as your background? Does your template have the coding in it to show the css? Without being able to see the page, that is the best I can do. Silly things, I know. But beyond that, I really wouldn't know why.
  12. I just noticed today that in admin, the sale prices are not being displayed. Only when I go in to edit a product is the sale price shown. But then I went out into the store and clicked on my On Sale link and there are no products at all showing on that page. Sale Prices are also not showing in the view product page. I did recently upgrade my store to the latest version, so I don't know if I've got a wonky uploaded page or if a mod has done this? Does anyone have any ideas on where I can check, as in which files I should try replacing first? UPDATE DOH! I spoke too soon. As soon as I made my post I remember I was checking out the settings for the sale mode. Boy do I feel like a newbie, and I've had my CC store for over 2 years now! ;)
  13. I have been using the Payflow edition for awhile now. Occasionally the customers seem to have bad patches where it keeps giving them errors, and occassionally of late the order will be marked as cancelled when the payment has gone through and I even get the payment email from the store. So I am getting ready to upgrade everything anyway, but I wanted to ask about using the regular WPP. I noticed that it uses API settings. Would this be better to use than the Payflow edition which just uses a username and password? would it possibly sort some of these issues? I'm not real sure what benefits the API would have... does it allow a better connection between my site and Paypal? Thanks for any help!
  14. I can't say I ever noticed this before, which is why I am asking now that I've seen it. But when I go to log in to the front end of CC4 I noticed that the padlock had a red exclamation mark on it. After clicking that, this is what I am reading: Connection Partially Encrypted Parts of the page you are viewing were not encrypted before transmitting over the internet.Information sent over the internet without encryption can be seen by other people while in transit. Here is the link: https://www.creative-fabrics.co.uk/index.php?_a=login So I guess the main question is, is it suppose to be like this and I just never noticed? If it's not how it's suppose to be, how can it be fixed??
  15. The template looks fine in the index.tpl, but when I went to view cart, I found that the cart table is spilling out below the divs. In the image, the green border is the main content div. The bottom is a footer div, just to show the bottom image of the design. I've tried everything I can think of or find on the internet to try to get this div to expand vertically. Any ideas or anyone else have this problem? if so, how did you sort it? This is happening in both FF and IE. RESOLVED!! I found that the form was using the same ID as a box I had set up :whistle:
×
×
  • Create New...