Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Posts 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. 31 minutes ago, bsandall said:

    Perhaps also checked against a whitelisted set of allowed URLs? Since, you know, CSRF is exactly that - an attack by a remote server. ;)

    EDIT: And by whitelisted URLs, I mean internal (CubeCart) ones that are allowed to be called remotely without a CSRF token.

    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.

  5. 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.

  6. 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.

  7. 3 hours ago, foz1234 said:

    so it would seem not to be a problem with smarty/email but the problem seems to be the payment gateway processing the order.

    Yes, it appears to be a payment processing gateway issue.

×
×
  • Create New...