Jump to content

dave martin

Members
  • Posts

    13
  • Joined

  • Last visited

dave martin's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Im having an issues with layered navigation, if an attribute has has a lot of products that spans over more than 3 pages. If i click on a page number higher than 3 i get no products returned. Any idea on what the issues could be i have also used the svn version but i still get the same issue.
  2. Hi i have a b2b client that does this, all i did was set it up to only use the cheque payment module, i just changed the details of the module to state the terms payment by invoice etc, or we will contact you for payment etc.
  3. Just to add for people that find this thread your server needs mbsplit, if you have WHM just use easy apache to recompile and on option 6 you should have the option to add it.
  4. Also stared on a new site about to go live: http://www.thechristmasboutique.co.uk/en/christmas-ornaments/29-gingerbread-man-snow-globe-ornament.html was a fresh install with a custom template edit im also using 1.4.3 and just noticed there is now a 1.4.4.0 so will install the new version and see if it fixes it.
  5. Be nice to get a uk store listed here are some of the shops i have done: www.urban-male.com a website specialising in mens jewellery with world wide delivery. www.jewelleryrepublic.co.uk A unique range of male and female designer jewellery. www.gardens2you.co.uk Sells a range of modern and classic garden ornaments. And finally coming soon (when i finish it this week). www.thechristmasboutique.co.uk this one sells Christmas products and decorations, only now all year round! ta\ Dave
  6. Hi will i be able to import all the data from my various shops, products, customers, invoices etc into this one system? I have about 10 stores spread over 2 dedi severs currently.
  7. Hi i have duplicated the newproducts block to show new products from certain categories: you can see here: http://www.jewelleryrepublic.co.uk/ I am using the following code to display the blocks (id changes for the cat required etc) function hookRightColumn($params) { global $smarty; $currency = new Currency(intval($params['cookie']->id_currency)); $category = new Category(18, intval($params['cookie']->id_lang));$newProducts = $category->getProducts(intval($params['cookie']->id_lang), 1, 2); $new_products = array(); if ($newProducts) foreach ($newProducts AS $newProduct) $new_products[] = $newProduct; $smarty->assign(array( 'new_products' => $new_products, 'mediumSize' => Image::getSize('medium'))); return $this->display(__FILE__, 'blocknewproducts3.tpl'); } However rather than displaying the latest products it seems to show them based on the item posistion in that category, also is it possible to drill down in to all child categorys? Version 1.3.2.3 Any ideas? ta Dave
  8. You could hide your modules from the front page then just use the home page editor to add some divs/images etc. if you look at http://www.gardens2you.co.uk/ the home page editor controls all the graphic boxes at the top then the blocknewproducts module template contains everything else below. then modules finish off the footer.
  9. How would this work if i have made changes to modules etc?
  10. Hi quick question: I presume this allows the printing of new orders, will it assign an order on prestashop as processed once its printed etc
  11. module seems very good, and should save a lot of time for a client, as they currently still copy and paste into word. Is it possible to set the a4 page into landscape mode? They use a 2x2 a4 label?
×
×
  • Create New...