Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Posts posted by Dirty Butter

  1. 12 minutes ago, bsmither said:

    Sometimes the customer can cancel an order, and the admin can manually set the order to Cancelled, but the payment gateway does not (I do not know if maybe one of the PayPal modules can do this).

    I use the Standard PP, and if I refund the full payment via PP - CC does automatically receive the PP cancellation and change it to Cancelled in Orders and send the customer email (as far as I know). I'm not positive about the email, because I always explain the reason for cancellation within the PP site and I know they get THAT email.

  2. If you decide to go manual with this - for future listings - create a template listing with the setup the way you want. Then CLONE that listing for new ones, changing the slugs with the appropriate info. That's what I do with the dirtybutterestates listings.

    Here's the Source Code I use for Template1:

    <p style="text-align: center;"><span style="font-size:16px;"><strong>Title<br />
    <br />
    Title<br />
    <br />
    Title<br />
    <br />
    <span style="color:#0000ff;">CONDITION</span></strong></span></p>
    
    <p><br />
    Introduction<br />
    <br />
    Description<br />
    <br />
    Size<br />
    <br />
    Condition</p>

     

  3. Yes, it's down now. The zoo stopped streaming all the time. The code to get mine to autoplay was included in the embed code from them. Maybe it will work for you:

    <iframe width="350" height="197" src="https://www.youtube.com/embed/FyEtJgL552Y?ecver=1"rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>

     

  4. Since upgrading to 6.1.10 I cannot logout of admin without setting off the CSRF issue. In fact, it's not just a notice. It will not let me log out at all. I have to just close the tab via browser. I can stop this behavior by commenting out the new line a the bottom of admin/skins.csrf.inc.php. Since nobody else has mentioned this, it has to be something I've messed up somewhere else. Nothing in the error logs is helpful.

    Is there somewhere else in the new code that is related to that csrf.inc.php line that maybe I failed to upgrade?

  5. Here's the query pattern to use, but you can easily make a mess of your database if you do something wrong - SO MAKE A COPY OF THE APPROPRIATE DATABASE TABLE BEFORE ATTEMPTING. iF YOU'VE NEVER DONE SOMETHING LIKE THIS - YOU MIGHT WANT TO BACKUP THE WHOLE DATABASE BEFORE ATTEMPTING.

    UPDATE tablename SET tablefield = replace(tablefield,"findstring","replacestring");

×
×
  • Create New...