Jump to content
thirty bees forum

vzex

Trusted Members
  • Posts

    399
  • Joined

Everything posted by vzex

  1. Sent emails asking about two themeforest themes, one never responded the second did only after sending a second request. :( "Sorry ! This theme only is used in Prestashop platform."
  2. vzex

    minify html option

    @alwayspaws Everything, front and back. Go do a test install of prestashop and you will be reminded of the changes! :) Of course I don't have 10,000 items either!
  3. Thanks for pointing me in the right direction @Traumflug I'll give this a try.
  4. vzex

    minify html option

    Whatever is happening in the background makes this thing fly now even with all the molasses no cache etc on! ;) Can't imagine when I turn it all off!
  5. Yep, @alwayspaws it's getting harder. Back in the "good old days" there used to be bloggers who would find your product and share with their following just to have content on their site, then come the orders with no effort! These days you can pay a youtube influencer! And those are the folks who are bringing in the big bucks! If we were bringing in the big bucks we would be paying someone else to be here asking questions :)
  6. Thanks @Havouza will have to see if I can figure it out. @lesley Been hesitant on purchasing any modules until they show TB support, plus limited funds. Then what if down the line they discontinue, hence the DIY part. Sometimes I think I'm better off just going with shopify type of stores if I have to buy square payment module, a theme, password protect module and whatever else might come up and be selling not trying to reinvent the wheel. Trying to upgrade a current store to compete with all these snazzy pay per month stores that just work but being the DIY type is hard. If I have to buy these extra features I'd prefer to support those involved with TB or who will be adding support for it.
  7. True @alwayspaws, I'd prefer mastering the order notifications :) :) :)
  8. I need to master hooks as well will be spending time watching youtube tutorials once I get the chance.
  9. It's actually good practice, frustrating but good :) I've been using tbupdater as my backup method since it's quick to do and offers rollback. PS didn't have that option unless there was an actual update so I hope TB stays this way! Same with the test site. My plan is to move directory to main domain once working. Updated for access info, thanks for the hint.
  10. Ah, ok gotcha @dynambee If you are comfortable deleting in the database I guess it's not a problem, not true for all of us! Maybe it's best to ask the coder if they wrote a tidy module that removes ALL if it's uninstalled. How about it being a requirement for new TB modules? Or something written to catch it if it's not a complete removal before install? Or something we can add to the module ourselves to remove everything it installed? Is there a cheat sheet addon for such a thing? Not sure how that all works tough! Might be asking way too much :)
  11. Had to do a rollback so now need to restore what I lost. The only bad part about frustration timeout is you loose the tempo and have to get it back :) Two days was good, now I just want to steam ahead, until the rain stops and sun comes out at least!
  12. Hi sorry for not responding sooner, took a time out from frustration :) How can I do that? @mdekker
  13. Trying to set up wholesale pricing with password protection. How are you all dealing with wholesale/retail? I'd like to password protect wholesale category pages Currently non TB/PS website just has links so retail can browse wholesale pricing. Don't want TB to do it this way. What I've tried: Added wholesale to groups with 40% discount for 10 each quantity but also needs a minimum $250.00 purchase not sure how to do that Added wholesale category with button to contact us page Added wholesale inquiry drop down to contact us page to request password Added wholesale prices for 10 quantity to prices under products Added second "wholesale only" category where the wholesale pricing would be that wholesale customer is sent access with emailed password. Or does the pricing show up for wholesale only customers in the wholesale user? And how do I give them only that privilege to see it? Now I'm stuck. My cpanel has some options to password protect Or does this require multistores? I tried that today and it didn't go well so I rolled back. Maybe best option is a link to my current non TB/presta wholesale page and stay in the dark ages forgetting all the above :)
  14. Can removing the db leftovers from deleted modules be added to the thirtybees cleaner when clicking on clean database? @wakabayashi said in Difference between uninstalling and disabling modules?: @Havouza said in Difference between uninstalling and disabling modules?: But that is in many cases not the case either. I have tested very expensive modules, some with subscription fees that after I have uninstalled and then deleted still leave all db tables intact Yeah. As I said, the coder has to add the remove lines. Some just don't add. I don't know if they forget, just don't care or do it by intention....
  15. Nice! Wasn't really a bug so I guess it's in the wrong place, just a missing convenience :)
  16. After too many clicks to disable states around the world when I only wanted US states found this fix to add bulk actions: for states selection in file admin\themes\default\template\controllers\states\helpers\list\list_footer.tpl after on line 43 for countries selection in admin\themes\default\template\controllers\countries\helpers\list\list_footer.tpl after on line 41 <div class="col-lg-8"> {if $bulk_actions} <div class="btn-group bulk-actions"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> {l s='Bulk actions'} <span class="caret"></span> </button> <ul class="dropdown-menu"> <li> <a href="#" onclick="javascript:checkDelBoxes($(this).closest('form').get(0), '{$table}Box[]', true);return false;"> <i class="icon-check-sign"></i>&nbsp;{l s='Select all'} </a> </li> <li> <a href="#" onclick="javascript:checkDelBoxes($(this).closest('form').get(0), '{$table}Box[]', false);return false;"> <i class="icon-check-empty"></i>&nbsp;{l s='Unselect all'} </a> </li> <li class="divider"></li> {foreach $bulk_actions as $key => $params} <li{if $params.text == 'divider'} class="divider"{/if}> {if $params.text != 'divider'} <a href="#" onclick="{if isset($params.confirm)}if (confirm('{$params.confirm}')){/if}sendBulkAction($(this).closest('form').get(0), 'submitBulk{$key}{$table}');"> {if isset($params.icon)}<i class="{$params.icon}"></i>{/if}&nbsp;{$params.text} </a> {/if} </li> {/foreach} </ul> </div> {/if} </div>
  17. Back to translations...while editing out powered by PS I tried to change it to thirtybees using the icon image for the link but editor gave me a 500 error for the file source lookup to add image
  18. vzex

    product comments

    Good news! More support the better.
  19. vzex

    product comments

    Not a fan of sliders, I find them distracting, but I do like this module from Presto Changeo which I use since you can add all previous customer product feedback. Hope future upgrades to TB won't break it. block fading text
  20. vzex

    product comments

    Actually....I found it!
  21. vzex

    product comments

    Yes a notification pending approval
  22. vzex

    product comments

    To read and for approvals? Not necessary just wasn't sure where they were It works that's all that matters!
  23. vzex

    product comments

    Arrived! Works perfectly! ***** Thanks! :coffee: Wasn't sure where to approve comments, added a shortcut to the approval page. Can it be hooked to BO? Couldn't find a way
  24. Ok thanks, no csv Went to products exported them all to excel but not sure what to do with it. More learning/reading!
  25. vzex

    product comments

    Fast! Can you send over a coffee as well? :) @mdekker Should there be stars though? Is so can they default to 5?
×
×
  • Create New...