Jump to content

blingblingpow

Members
  • Posts

    39
  • Joined

  • Last visited

blingblingpow's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm just starting a new PS project and would like a bit of help/ advice on modules. What I need: 1, Display categories, in left sidebar, with category image 2, No sign-up checkout - the client doesn't want customers to create accounts, just get in, buy, get out. Can anyone recommend modules/ routes to facilitate these options, paid or free. Also is iprestashop any good? The client is looking for a mobile version as well. Many thanks.
  2. Speak to your host first to make sure it's installed correctly.
  3. It would be more beneficial for everyone if you removed some of the google ads on your site. Sorry but I gave up reading simply because I couldn't tell what was the article and what was advertising.
  4. Set up a redirect in your htaccess is probably the easiest way.
  5. We charge per project based on the time it will take to deliver what the client is looking for. To get to that figure the client needs to supply an in depth brief which is then discussed and adjusted.
  6. Is it possible to get random products on the main category page? For example: Category - Cheese Products are listed in the order they were added. I want to change it so that all the products are listed in a random order.
  7. Are the templates yours and are they included in the package (with full resale rights)?
  8. If you're using Firefox - google Web developer toolkit. Install it and use the resources.
  9. I would never upgrade/ install an A or B release as a 'real' online store. Use as a test, no problem, but not for live stores.
  10. Excellent, thanks. I'll see if I can get some funds together. I'm sure it won't be much but every little helps.
  11. I think I'm getting my curlies mixed up as that's producing errors. I tried: {if ($_GET['id_category'] == 2)} $smarty->display(_PS_THEME_DIR_.'category_birds.tpl'); {else if ($_GET['id_category'] == 3)} $smarty->display(_PS_THEME_DIR_.'category_snakes.tpl'); {else} $smarty->display(_PS_THEME_DIR_.'category.tpl'); {/if} Not right!
  12. What I'm trying to do is load a different category.tpl depending on which category is displayed. I tried various combinations but nothing works. essentially: if category is birds $smarty->display(_PS_THEME_DIR_.'category_birds.tpl'); elseif category is snakes $smarty->display(_PS_THEME_DIR_.'category_snakes.tpl'); elseif everything else $smarty->display(_PS_THEME_DIR_.'category.tpl'); Sorry for the questions. I do know PHP and spend a lot of time in WordPress but this is slightly different to what I'm used to. Thanks.
  13. I'm trying to display bestsellers from a category on the category page. Is this possible? example: Category - Birds Display on category - bestsellers block from the birds category. Thanks.
×
×
  • Create New...