Jump to content
thirty bees forum

SLiCK_303

Members
  • Posts

    1,231
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. I've noticed, specially in the blocknewsletter module, the mails it sends out, have powered by PS and PS's url on them. I have noticed the same thing on the sites mails/en folder....both .txt and .html files have issues.
  2. Yeah it's a great module, as long as you have free shipping set > 0, if not, it screws up the cart dropdown
  3. So, I have ported https://forum.thirtybees.com/user/daresh 's module gmgetfreeshipping to thirtybees! NOTE: Only use this module if you have backoffice>shipping>preferences> "free shipping starts at" greater than 0. Here is this original module... 01509467555547gmgetfreeshipping.zip Here is the new port for thirtybees.. 01509467600480getfreeshipping.zip You will also need to do some theme mods.. Here are mine already done.. 01509469142621getfreeshipping_mods.zip NOTE: replace "your theme name" with your actual them name, like "community-theme-default". Here are the manual instructs on how to do it... In \\js\modules\blockcart\ajax-cart.js line# 717 you see: ajaxCart.refreshVouchers(jsonData); After add: ``` ajaxCart.updateFreeShipping(jsonData); } }, updateFreeShipping : function(cart) { if (cart.freeShippingFloat > 0) { $('.freeshippingnotenough').removeClass('hidden'); $('.freeshippingfloat').text($.trim(cart.freeShipping)); } else { $('.freeshippingnotenough').addClass('hidden'); $('.ajaxcartshipping_cost').html(freeShippingTranslation); ``` In /modules/blockcart/includes/dropdown.tpl you see line# 162-165 you see: ``` <div class="cart-buttons"> ``` Before add: <p class="free_shipping_not_enough {if $free_shipping <= 0} hidden{/if}">{l s='Spend another' mod='blockcart'} <span class="free_shipping_float">{convertPrice price=$free_shipping}</span> {l s='to get free shipping for your order!' mod='blockcart'}</p> In /modules/blockcart/includes/popup.tpl you see line# 127-129 you see: <div class="button-container"> <nav> <ul class="pager"> Before add: ``` {l s='Spend another' mod='blockcart'} {convertPrice price=$free_shipping} {l s='to get free shipping for your order!' mod='blockcart'} ``` Of course this is all based off of...https://www.prestashop.com/forums/topic/494147-free-module-spend-x-to-get-free-shipping/ you can see it running at http://thirtybees.paganliving.net. Pick a low priced item like in Candles>Chime Candles.
  4. So I figured out how to add the icon in the front of the cart. For the life of me I can figure out how to make the (empty) or x Products red. Any thoughts? How it is now... How I want it.. Again, my theme is based off the TB default theme... my site
  5. I wish there was a setting in, preferences>themes>advanced settings>Appearance of columns, for product view. In other words right now if you look at a product, the left columns are always shown, I wish they weren't...
  6. I replaced the header.tpl, and then modified css files... just need to figure out how to change the cart block slightly to add back in the icon
  7. I could just use my old theme in TB, but I think I'll loose some functionality. :(
  8. i'm stumped as to how i did it the first time, ack getting old sucks!
  9. I made one change to the global.css file, and added .. header .row #header_logo {float:none; margin: 0 auto;} to it, thats all
  10. I made the changes so long ago I do'nt recall. But I was doing a file compare on my them, and the default theme, and the header.tpl is exactly the same. My theme is the deafult, just with colors changed.
  11. The whole layout....where the logo is, the search and cart blocks...the very top part, how that is layed out. the whole damn header. :(
  12. must be me then....dunno. guess we'll find out if others post here...
  13. I think a lot of people are going to have this issue, and have to do the manual update to 1.2.5
  14. I wish I was smart enough to get this... to look like this.. The first is based on the default TB theme, the second my PS theme. Its one of the things making me not do the switch-over to TB
  15. my other test site is still getting that error, without doing the manual upgrade to 1.2.5
  16. must be my server then, cause i have two different subdomains setup with thritbees 1.0.3, and they both did the same thing
  17. Never mind, I got it working by uninstalling then re-installing the module... :)
×
×
  • Create New...