Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. Well, I didn't think it was CC's fault. But I was hoping it was some coding mistake I was making. Would be curious to know what other people using FireFox are seeing.
  2. I've seen this behavior from time to time with past CC versions, and now the Save&Reload button on the Products tab is doing it again. After clicking on the button, the page does not go back up to the top automatically. I have to scroll to gain access to the next tab. This started up again with 6.1.1 and also does it on my 6.1.2 test store. It does NOT do this on Chrome. Has anyone else seen this behavior? Is it because of a code nesting issue or something like that?
  3. See this for not being able to complete payment when a coupon code is present: I don't remember anyone ever asking about using more than one coupon code per order. And I sure wouldn't be the one to offer some way to accomplish that. Hopefully you'll get help with that soon.
  4. Great! Could you please tell us how you fixed it?
  5. I've emailed Daren of SFWS just in case this issue involves the plugin.
  6. There's also this plugin - https://www.semperfiwebservices.com/how-did-you-hear-about-us-cc6-plugin.html
  7. Hopefully @HC Design will be the one to update the Swedish Language Pack. But I, for one, don't have a clue what has to be done to actually get a new version of a language pack loaded on the Extension Marketplace.
  8. Using the Responsive setting on FireFox, I DO see the subcategories on the phone size view, right after the text. I do see that the long title of the Church and Order of Service Booklets is messing with the lineup of the subcategory images.
  9. Take that last edit off. Sorry I couldn't help out. https://www.cubecart.com/technical-support You can cancel the support plan before the end of your month. It's 9PM UK time, so they won't be working on this tonight probably.
  10. OK I saved your complete global.inc.php file, but edited all your info out in the above. Try adding this to your existing global.inc.php: $glob['rootRel'] = '/'; $glob['storeURL'] = ' store front url';
  11. OK - I've downloaded Nota and taken a look. You may be able to make a comparable edit to the color folder/layout.php you are using. OR you may have to edit the styles/common.css file/ tml { margin: 0px; padding: 0px; font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif; font-size: 14px; }
  12. That original Softaculous install to the Cube folder has left a remnant of code in the store config somewhere or something is left over and no longer correct in the global.inc.php when you physically moved from the Cube folder to public_html. The database config file is encoded, so you can't just look in the database and simply edit it.
  13. Looking again at your initial post - So you MOVED your store to the root and now you can't get into the renamed admin? Check this entry in your global.inc.php file: $glob['rootRel'] = What do you have there? The old store directory or '/';
  14. The 404 page sounds like you still have an admin.php file named admin.php. If so, please temporarily name it something else and see if your STORE_URL/(renamed admin.php)admin$$$$.php url will access your Dashboard. MY new Dashboard login screen is accessed at https://dirtybutter.com/plushcatalog/MYrenamed admin.php
  15. I don't have ANY email log entries in my error log.
  16. Try adding this to the skin/css/cubecart.css file. html * { font-family: arial, helvetica, sans-serif; -webkit-font-smoothing: antialiased; } html * { font-family: arial, helvetica, sans-serif; -webkit-font-smoothing: antialiased; } I've always used Ariel, but did not realize it would show up differently on different devices/browsers. So I'm not sure this will accomplish what you want.
  17. What version does the Store Overview tab on the admin Dashboard say you are on? Take a look at this:
  18. I can't answer your questions about hosting, but I CAN tell you that I was able to follow your provided havenswift url, and the page opened very easily. Have you tried accessing with a different browser or device? Somehow there must be a block on that IP I've changed hosting several times over the years, but mostly because of Customer Service issues - not number of simultaneous connections.
  19. There should be a renamed admin FILE and a renamed admin FOLDER. You can find both names in the includes/global.inc.php file. You can open the includes file via your FTP program, but you can't make changes from there. It is possible to change the naming to suit yourself by changing the permission on the includes file in your cPanel Folder View. After edit is complete change the permission back to 444. It's the renamed admin FILE you need as the last part of your store dashboard address.
  20. Hi @petleyj! Welcome to the forums. What CC version and skin version are you on? What is your store url?
  21. Someone else will be able to help you I'm sure, if you can figure out how to get inside your files.
  22. Based on your Source Code, I'm guessing that you are on v5. Sorry, but I'm not going to be able to help you. Are you going to be able to get into the files to make some fairly simple edits?
  23. What version of CC are you on? What skin are you using? What is the url of your store? Do you use FTP or something like cPanel to gain access to the actual files of your store? Whatever way you can do it, open the skins folder. There will be a folder in there named with your custom skin name. Open that folder and open the templates folder. There you will find all the files that create the various parts of pages in your store. The directions for getting rid of the Guest Checkout may be different for a different skin, but see if you can at least find the content.checkout.confirm.php file and take a look at it.
×
×
  • Create New...