Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. Glad he's actively supporting the skin! Look in content.checkout.confirm.php for this section: <div class="row"> <div class="small-12 large-8 columns"><input type="checkbox" name="register" id="show-reg" value="1" {$REGISTER_CHECKED}><label for="show-reg">{$LANG.account.create_account}</label></div> </div> I don't allow guest customers, so I'm not positive how to adjust it. I would GUESS you change the value to zero.
  2. Welcome to the forums, @jimau! In your skin templates files - content.category.php around line 161 on 6.1.7 you'll find this: {* Uncomment this if you want to show a more info link <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a> *} You must have uncommented that at some time in the past. I just noticed there is a BUG report on GitHub about traditional pagination not working properly with 6.1.7. https://github.com/cubecart/v6/issues/1586 So you may want to hold off with the edit if you are on 6.1.7.
  3. I haven't heard from him lately. There has been a flurry of GitHub posts from him, however, just since the latest upgrade. I assume he's working to get all his plugins working with all the changes in 6.1.7.
  4. You can update your sig from your Account Settings.
  5. That explains why my MailChimp plugin is creating subscriptions from the Newsletter Subscription tab in CC customer account, but can't handle an unsubscribe from MailChimp. There needs to be some way to allow certain remote actions that plugins, etc., might need.
  6. BEfore you do that, turn off recaptcha just long enough to check to see if checkout will complete without it. @Al Brookbanks - would you be willing to find the Galaxy X issue via the technical support plan?
  7. Hmmm Wonder why didn't I get a notice of a new version on the dashboard......
  8. The Original Poster really needs to be able to edit their own comments. We all see mistakes too late at times
  9. Hopefully the PayPal upgrade will fix this. I'll do mine as soon as I can get on my computer.
  10. Were you trying to use Admin upgrade from 6.1.6 to 6.1.7? That was supposed to properly upgrade from admin, but 6.1.6 turned out not to be stable. That's why 6.1.7 followed soon after. Assuming you had not previously upgraded to 6.1.6, follow the manual upgrade directions, rather than the upgrade from within CC Admin. See the CC announcement of 6.1.6 for directions on manual upgrade.
  11. I did some more testing, and MailChimp is NOT currently getting the new subscriber info IF the customer tries to subscribe from the Checkout or Registration page. If they use the Subscribe/Unsubscribe button from their Account Newsletter Subscriptions button - Subscribe shows up in the MailChimp List. Unsubscribe doesn't see to work properly.
  12. I agree, I think this is CC caused in some way. https://github.com/cubecart/v6/issues/1599
  13. I delayed until this weekend upgrading from 6.1.5 on our main store. I tested lots on the other two stores, but I guess I didn't test newsletter subscription. If this is crucial for you my humble opinion would be to wait for 6.1.8 or a temporary code fix for this in 6.1.7. Good luck, no matter which you decide.
  14. I've had to manually change every order from Pending to Processing (based on PP email) since upgrading to 6.1.7. Are you getting the HTTP 200 code on PP on the IPN history log?
  15. Please double check admin/sources/products.index.inc.php and see if you have set_name on about line 773.
  16. You are using your storeurl where www.example.com is, aren't you? That's what I meant in mine:
  17. I had a huge number of yellow warnings of duplicates, etc., when I upgraded. I think being able to see the duplicates and wrong indices was new in 6.1.5.
  18. I can't help on this, either, as I use a MailChimp plugin for mailing lists. I have tested that, and it seems to be working on 6.1.7, but I wouldn't swear to it. I have had to turn off recaptcha completely for the time being, and since subscribing involves the registration page or checkout, I can't be sure it would work with captcha on. Just as a possibility - temporarily turn off recaptcha and see if the subscription works then.
  19. There were some new recapcha related files - do you suppose your install didn't add them?
  20. Yes, it appears to be a payment processing gateway issue.
  21. storeurl/index.php?_g=rm&type=gateway&cmd=call&module=PayPal That's what I have that has been working until now.
×
×
  • Create New...