Jump to content

akparade

Members
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

akparade's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. If I haven't explained fully, please let me know. I'm looking at the £200 Sagepay module if it will work better!
  2. Hey guys, I purchased a Sagepay module externally (Presto-Changeo) and it doesn't allow you to refund the discounted price of an order, only what the fulla mount would be without the discount. Example: I test purchase an item at £100 and use a 20% discount voucher. So I pay £80 for my order. If I want to refund it with the module I have at the moment, it refunds £100, not £80!! Do any of the Sagepay modules you can get besides the one I have refund correctly at the discounted price?? Presto-Changeo say it can;t be done because it's a PrestaShop limitation?? This doesn't seem correct as thousands of shops will be losing a lot of money on discounted order refunds!! Can anyone shed any light on this?? Thanks, Adam
  3. I may not be understanding you correctly, but this is what I have and it doesn't work? {if $category->id !== 17 or $category->id !== 5} {include file="$tpl_dir./product-compare.tpl"} <div class="cattopsorting"> {include file="$tpl_dir./pagination.tpl"} {include file="$tpl_dir./product-sort.tpl"} <div style="clear: both;"></div> </div> {include file="$tpl_dir./product-list.tpl" products=$products} {/if}
  4. I know, I've put it to show everything in that IF tag if it's any category but the Mens root (ID of 5) - I just need one more category with ID of 17 to to be added to it to not show the product-list etc
  5. It's actually really easy now you've thought of that, DesignHaus42. However, how do I hide from multiple categories? I have hidden just the one root (Mens) at the moment with the below code: {if $category->id !== 5} {include file="$tpl_dir./product-compare.tpl"} <div class="cattopsorting"> {include file="$tpl_dir./pagination.tpl"} {include file="$tpl_dir./product-sort.tpl"} <div style="clear: both;"></div> </div> {include file="$tpl_dir./product-list.tpl" products=$products} {/if}
  6. Surely you shouldn't have to do that, though? Will that actually just delete it for the root? I don't see how.
  7. Sure. http://i40.tinypic.com/j586j6.jpg Are you going to say it needs to have "home" selected?
  8. Hey - I have 12 products on my site as testers they are ALL just in: Mens > T Shirts but... they are also showing in Mens root, too. This is a major issue and i'm yet to find out how to sort this. Can anyone look at this? Must be a bug or something?
  9. Brilliant, thanks. It's not editable for the slider option as the code merely shows: <div class="layered_slider" id="layered_{$filter.type}_slider"></div> whereas, for the text box inputs there is an actual variable for the currency symbol you can move about.
  10. That was just the directory password protection info, just so Google doesn't carry on indexing. Sorry anyway I changed the Price filter to text box inputs as I could easily re-position the currency symbol with that in the .TPL file.
  11. So no one can offer any advise or maybe check out anyone's sites this is happening to? It is happening to me too and I'm meant to be handing to the client very soon... Had NO luck with help elsewhere... Products in JUST Mens > T Shirts are showing in Mens too.... etc etc
  12. Can anyone have a look in to this for even a tiny sum? Layered navigation price slider min and max shows 45£ etc instead of £45...
  13. Anyone able to help for even a small sum? Sub category products are showing in the root cat too! Currently having to disable viewing the root category page but search engines may pick it up!
×
×
  • Create New...