Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. Hi @Redux! Welcome to the forums. Have you upgraded to 6.1.8? Version 6.1.7 still had a few bugs that were promptly fixed in 6.1.8. Have you created the error_log? https://forums.cubecart.com/topic/51550-how-to-create-the-error-log/ Please show the error messages that correspond to your registration not working. Be sure you xxxx out your admin_XXX naming to show it on the forum.
  2. SemperFi's updated plugin is working correctly for me as well. @lyndsiesal is your problem solved? If so, please edit your original post to show [Resolved].
  3. Edit your original post on this thread and add in the [Resolved] to the title. You can edit the title, can't you? I can, so I can't tell if you can now or not.
  4. Now to encourage people to mark their own threads as {Resolved] lol, @keat
  5. It wouldn't hurt to contact the developers for a few you like and ask.
  6. @lyndsiesal Are you using a plugin for promotional codes? I've tested your double coupon situation with 6.1.7+, and I can't get two coupon codes to work. But I have one store with a coupon plugin, and it is possible to apply two different coupons. I've contacted the developer to see if that was intentional or not.
  7. As for changing to Foundation - I added the Foundation skin and set in Admin that I was the only one who could change skins on the store front. Then I just gradually fixed it to suit myself. I hard coded lots of cosmetic changes, so I copied Foundation and renamed the skin to suit myself. You do have to edit your own skin config to get that to work. When I was satisfied I made my Foundation the default, held onto the Blueprint for a while longer, and finally dropped it. The advantage to buying a skin like Havenswift's and SemperFi's is they will upgrade as needed, so you don't have to make edits to keep up with CC changes. I would probably have done that if they had been available way back when v6 came out.
  8. It's definitely something in the settings for SMTP. It's a shame you can't test SMTP settings until you find the issue.
  9. I searched every way I could think of and did not find the reference to the Blueprint skin - sorry.
  10. @havenswift-hosting and @SemperFi both have Foundation based skins for v6 that allow for a lot of mostly cosmetic edits within Admin. I haven't tried Havenswift's, but I was involved in the testing of SemperFi's and am very impressed with it. Still looking for the GitHub comment - don't think I dreamed it. Found this old one that you may not have been aware of: https://github.com/cubecart/v6/issues/1196
  11. Well I'm stumped on the emails then. Double check your email entries, and if they appear to be correct - perhaps you need to contact your host? As for Blueprint - there were quite a few skin changes in 6.1.7 - not just edits but whole new files. Did you make any changes, or is it still running properly for you as-is? I'll try to find the comment on GitHub that made me think it would not work any more. I loved Blueprint when I was using it - way far advanced over any other skin at the time. But I changed to Foundation as soon as I had made edits to it to resemble my Blueprint skin.
  12. Admin>Store Settings>Advanced tab PS Are you still using Blueprint? I didn't think that was going to work with 6.1.7??????
  13. I've added a link to this thread to the Feature Request post. Please vote on the features you want to get priority consideration. (There is currently a flaw with the Request site - I started finding duplicates of the same requests past about page 7 - have alerted Al, and I'm sure that can be corrected.)
  14. There is a Feature Request for this. I've already voted for it I think. I'll try to find it. https://features.cubecart.com/topic/feature-request-exclude-items-on-sale-from-global-sale-mode_1
  15. I tested my content.checkout.php solution above again. It still works. I did show a line before and after the needed addition, so you could see where to put it. But glad the content.gateway.php works for you.
  16. Did you try the email check after saving your email info? Don't remember anyone else having this problem with 6.1.7. PS Could you please update your signature? Thanks!
  17. Look in global.inc.php to see what admin has been renamed to. Be sure to use .php for admin_xxx.
  18. OH!!! I'm just now realizing that you are CREATING a Sales Category. CubeCart creates one automatically when you put a sale price on an item, if you have the Store Settings set to Per Product. Since CC won't let two categories have the same url - it is automatically adding the xxC to the url. I do have a year round Clearance Category that I choose what to put in. But when I have some items on sale, they show as Sale Items because they have a price in the Sale Price.
  19. You can easily comment out the title, but there are verification code lines somewhere near the bottom of this file that would also need to be commented out if you comment out the phone and mobile entries. In skins/templates/content.register.php find these lines and use <!-- --> to comment out these sections. <div class="row"> <div class="small-12 large-8 columns"><label for="email" class="show-for-medium-up">{$LANG.common.email}</label><input type="text" name="email" id="email" value="{$DATA.email}" placeholder="{$LANG.common.email} {$LANG.form.required}" required ></div> </div> <!-- <div class="row"> <div class="small-12 large-8 columns"><label for="phone" class="show-for-medium-up">{$LANG.address.phone}</label><input type="text" name="phone" id="phone" value="{$DATA.phone}" placeholder="{$LANG.address.phone} {$LANG.form.required}" required></div> </div> <div class="row"> <div class="small-12 large-8 columns"><label for="mobile" class="show-for-medium-up">{$LANG.address.mobile}</label><input type="text" name="mobile" id="mobile" value="{$DATA.mobile}" placeholder="{$LANG.address.mobile}"></div> </div> --> <div class="row"> <div class="small-12 large-8 columns"><label for="password" class="show-for-medium-up">{$LANG.account.password}</label><input type="password" autocomplete="off" name="password" id="password" placeholder="{$LANG.account.password} {$LANG.form.required}" required ></div> </div> <div class="hide" id="validate_password_mismatch">{$LANG.account.error_password_mismatch}</div> <!-- <div class="hide" id="validate_phone">{$LANG.account.error_valid_phone}</div> <div class="hide" id="validate_mobile">{$LANG.account.error_valid_mobile_phone}</div> --> <div class="hide" id="validate_required">{$LANG.form.required}</div> This may not work, because there may be javascript validate code also involved. But it's an easy edit to try, as you can always take the comments off, and you're back where you started.
  20. OK - we'll try a different attack. Go to the Products page in Admin. Near the right top is a drop down for your categories. See if anything is there for a Sale category or subcategory. Also, go to each of those two sale items that should not be on sale and make sure they are not marked as being in some unexpected category or on sale.
  21. I'm wondering if the database still has something in it leftover. Try searching the database for just 19 and see if anything comes up that might be it.
  22. Did you upgrade this store from a previous main version, like v4 or v5?
  23. It looks like this one is coming from somewhere other than your normal Category system. /sale-items-c19.html Could you search for that c19 in the database or in your files?
  24. No doubt that performance is better. But I thought I remembered reading that SSD lasts longer if it is not turned off and on repeatedly. Is that true?
×
×
  • Create New...