Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. I still use that plugin, but it required quite a bit of editing to get it to work with current CC.
  2. I use SemperFi's Vertical Navigation on our sites, too. It's almost a necessity if you have a large number of categories and subcategories. https://dirtybutter.com/plushcatalog
  3. Is the WP site at the root with the CC install as a directory? If so, the issue is likely to be with a WP setting.
  4. Editing your sig for this forum is kind of odd right now - you can't see the signature choice until you let the curser go down the left hand column in your Account Settings - all you initially see is Overview.
  5. There is a place in Store Settings where you can set the time frame for automatically changing a Pending order to Cancelled. That might explain your change to cancelled.
  6. I have plugins that will not work with the line that was taken out of controllers/controller.admin.session.true.inc.php' in 6.1.12. Try adding back in foreach ($GLOBALS['hooks']->load('admin.'.strtolower($_GET['name'])) as $hook) include $hook; at line 87. See if that fixes it. Can't hurt to try it.
  7. It's the renaming to get the new admin_xxx naming correct that is confusing people, plus deleting any old named admin files.
  8. No I did not, since I am using MC's embedded code. It seemed pointless once I found SFWS's plugin. I use his plugin on our busy store, but can't justify the cost on the very low volume collectibles store.
  9. 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.
  10. Yes ,sad to say. It seems they have given up promising the admin upgrade will work at some point. Everyone is being advised to upgrade manually, apparently. (please note I am no longer a moderator, so this may not be an accurate assumption)
  11. <a href="{$product.url}" title="{$product.name}" class="button small postfix">{$LANG.common.info}</a> I changed the wording for the common.info in the Language settings. But please understand, if you are using stock Foundation skin, that such edits will be over-written on upgrade and will need to be added back in.
  12. My newsletter footer link is based on SFWS's Mailchimp plugin on plushcatalog. I tried to create something similar on dirtybutterestates in the footer using the embeded code straight from MC, but it did not work properly.
  13. It either doesn't happen with SFWS Vertical Navigation, or I was able to stop it a long time ago with his plugin code. See my plushcatalog menu.
  14. 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>
  15. 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>
  16. 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?
  17. Great to hear! We got so involved with selling and finding plush toys I have basically ignored our collectibles store. But I try to keep it updated - who knows what I might want to do in the future.
  18. I'd like to limit notices and such from my Admin error log as well. Haven't upgraded to 6.1.10 hyet. Just noticed I couldn't find the place to follow, so had to comment to keep this easy to find.
  19. I tried using the embed code straight from MC and it worked more or less. But I finally bought the SFWS plugin, and it works for me competely.
  20. Not in a long time - sorry. Sorry - didn't read your httpTWO.
  21. 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...