Jump to content

Dodgebill

Member
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Dodgebill

  1. I am not a noob and I am having the same problems with an upgrade to 6.2.0. I am locked out of the admin area with the CSRF errors and it won't let me do anything. I have uploaded all the files, renamed the admin folder to the existing folder and the admin.php file as well. Still, can't get in. Cleared the browser cache every time, did not help. Other than a clean install and reinstalling the database what the heck can I do? I am terrified to update other stores at this point. Also, why do the admin files never get updated when doing an update anymore? Seems like a huge problem.
  2. Holidays are over so I am finally trying to upgrade my site to the newest version (I know it is now 6.1.2 but that does not resolve the problem) and I'm having about a hundred issues. I have found answers to most of them here but have not found this one yet. I am getting the stock CC install database data like a fresh install but this is an existing site and database. After I upgrade and then manually update the global.inc.php file to bring the store admin back up and working I am seeing that the database has errors. It seems that it is writing the default data to the tables as well as leaving the data that is already there. I have only done this on a few test sites so far and the store setup settings are stock out the box Cubecart so I'm not sure if this is overwriting that info too. I am not seeing the normal options for the database for upgrade or to overwrite any existing tables when I upgrade automatically. That seems to be the issue. Is this an issue anyone else is having? Anyway to avoid this before I upgrade my main store?
  3. I am trying to update one of my skins in the Extension marketplace and I keep getting an error. This skin is pretty large but is only 8.63mb so it should be able to upload. When I hit submit I just get "Whoops, Something went wrong". Is the upload size setting too low by any chance? Bill
  4. So sorry but I'm not going to be able to do this job for you. Anyone else want to take it on? It looks like a great design and should be fun to build. I just can't do it right now.
  5. Send me a PM and we can talk about the details. I need to know just how exact your need it to be or if you just want the look and feel of that site. Time frame is the big thing. Little time equals more money usually. Bill Cooke
  6. That looks pretty do-able. There are a few features like the comparison feature that are a bit tricky but the over all theme of it is something that could be done. Here are a few of my skins I've done for sale here http://www.cnkapparel.com/skins Let me know your time frame and budget and I'll let you know if it's something we can make happen. Bill Cooke
  7. bsmither, Thanks for the input. I am not using Foundation as the base of the skin so several of its features are not in this skin. I personally do not like the equalizer so that is why I came up with my own skin base that does not use it. There are plenty of skins that do use it so I guess people that want it can use those. If you pics are all about the same size (and most are, aren't they?) then this works great and is a lot more flexible for screen widths It is strange about the fonts because I was calling the comfortaa font in fashion.css and it worked just fine on all the browsers I checked it on. I moved that call to the main template page so I hope that fixes the issue you were having. Good catch on the subset css coming first. That would explain a few issues I was having..... Can't believe I missed that. I cannot fix the width of the sidebar and still have it as responsive as it is. I did go back and set min and max width however so hope that is more appealing. Magnifier has it's drawbacks, that's for sure. Nothing to do about that. Its not worth setting up a page refresh on browser resize or anything. That will just add to the server load. Like you say, it would be pretty rare that anyone will ever need that.
  8. I have been working on a new skin for the past few month and it's finally ready to show off. This one is called Fashion Statement and it is decked out as a clothing/fashion store but you could easily adapt it to just about anything. Try resizing your browser... this one is very responsive! http://www.cnkapparel.com/fashion It's available in the extension store right now if you just have to have it! Let me know what you all think Bill
  9. I am having a problem, or maybe not... I am using option matrix and stock levels for each of the options combinations (size/color). However, when I check the 'use stock level' box in the general tab and then use the option matrix section to set stock levels I get a 'product out of stock' warning. If I uncheck the 'use stock level' button the option matrix 'use stock level' box becomes useless. Customers are able to order option combos with zero stock. This seems to be an issue. I am trying to go through the code to see if there is an easy fix but it seems there isn't. Is this getting fixed in 6.0.9 or 6.1? I would think it should either stop the stock level warnings or use the option matrix stock level to control purchases with the general tab 'use stock level' box unchecked. Or perhaps I'm missing something?
  10. That worked. I will see if I can change out 'product sort column' to a new 'sale sort column' in config so I can have it different than the category pages layout but other than that it's fantastic! Thank you so much for your help, again. Bill Cooke
  11. I have installed the new code and it works fine but it does not do what I was really hoping it would. I am trying to get a list of products that are not just the first 10 or 15 product IDs. I was hoping to be able to select another parameter to select the list from, not just reorder the existing list. If you change 'product_Id' to something else nothing changes. I found that part of the code as well when I was working on this but I was unable to make any changes that did anything to change the list of products displayed other that sort order. Seems we have found different solutions to the same question with the same result. Although this does limit the list to just 7 items for some reason..... I have the admin setting set at 15 currently. I think that the answer lies in how the list is pulled from the DB. There is no sort or array command in the DB call for the sale items list. This will just pull the first rows until the preset number is achieved, correct? I have tried adding a sort order but with no luck. Any ideas?
  12. I was hoping somebody would know how to change the list of products that show up in the sale items box. Right now that are sorted by Product ID and then highest savings. This means only the first 10 or 15 Product IDs are ever shown in this box. Seems really limiting I found the code that deals with this function but cannot get it to change. There has to be someway to set an array function for a different parameter other than Product ID. I would love to change it to most popular or lasted added or something like that. Any ideas how to do this?
  13. I am on Hostgator (hold your laughter please...) and I have had my file permission change themselves when I FTP files up to the server. This then locks that file so it can't be executed by Cubecart. This same thing happened to me once but with another file. I had to delete the file completely and then upload it again to reset the file permissions.
  14. if you want to put it in the showcase I would be honored. I just made a version of this skin available in the Extension Store as well. I called it Elegant (lack of creativity when it came time to name it.... sorry). Please let me know if anyone has any questions.
  15. That looks great! I can see that you have put a ton of work into the site. Very nice work.
  16. X Y Z are the three dimensional planes. In CSS and web design X is left to right, Y is top to bottom and Z is the elevation from the zero plane. In CSS and JS it is used to stack objects in front or behind each other. The higher the number object is in front of the lower numbered object. It's used in menu layout and pop ups mostly.
  17. Thanks for letting me know that. I was trying to fix the add to bag buttons and menu problem and I guess I set the checkout button z index to -1. Forgot to set that back after the test to see if that was the issue or the correct class. All fixed and it did not wreck the menu placement either. It's hard enough designing in 2D but having to think about the z index definitely makes things more complicated.....
  18. I was able to find a solution for the button over menu issue. I set the z index so that the button was set to zero. That fixed it.
  19. Thank you for your post. I am trying to figure that bug out. Not yet sure why the add to bag button is in front like that but I will see if I can get that fixed. Thanks again for your post. That does help me a lot.
  20. I had been using firefox only to setup the skin and check it all. It worked fine there seemingly but did not work in IE, Chrome or Safari. I think I have it fixed now but.... still can't get prices to show up in Safari. Prices do not show up in the product pages either, strange.... Update: I am using windows and the safari browser I have is about 4 years old (Apple's Safari does not support windows anymore so I can't update). This may be the problem I'm having. Is there anyone using a Mac or iPhone/iPad that can check my site to see if the prices are displaying properly in a newer version of Safari?
  21. I have been working on my own skin base for a while but decided to try to build a Foundation based skin. Let me know what you all think? Notice: NSFW lingerie store http://www.badwifelingerie.com
  22. Foundation does not have a built in magnify feature. At least none that I have found yet.....
  23. These instructions are only for the e-Tone skin. If you are using Foundation it will not work. Foundations is very different and MUCH harder to accomplish this. Are you using the e-Tone skin? Did you double check the code to make sure it is exactly as above? Can you please include the url to your site so I can see what is going on?
  24. Thanks for the nice comments. If anyone has suggestions for improvements please feel free to post them. I'll see what I can do.
×
×
  • Create New...