Jump to content

markanthony1986

Members
  • Posts

    24
  • Joined

  • Last visited

About markanthony1986

  • Birthday 04/25/1986

markanthony1986's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. I'm currently working on http://tinyurl.com/cp4yyxg I need to move the category description. The category description is actually an accordion when you click on the title the whole thing expands. I need to move the category description so it looks like this http://gyazo.com/e0489f14efa94e1b75b2c95eb3ff4754 so it pushes the sidebar down when expanded. I would assume I would need to call this in via the header.tpl is this correct ?
  2. Hi Guys, After many successful orders we seem to be having an issue. Twice in the past week, customers have successfully placed an order via our online shop and paid. However, the only notification we received of this order was from Worldpay! It seems that nothing has been logged in to the orders section of the back office. Has anyone had a similar issue? Is this a Prestashop bug or Worldpay bug? Thanks in advance, Mark.
  3. Nicely! 'cms_class' =>(int)Tools::getValue('id_cms'), Don't forget to add the comma at the end..
  4. I just paid £207 for this module....anyone got experience setting this up with Prestashop? Cash here if anyone wants the job
  5. Hi guys, I was wondering if anyone has ever added a "Edit Page" link in Presta? I know it can be done for Wordpress. Would be nice...helpful. Thanks in advance
  6. Hi Guys, Does anyone happen to know how to change the default lbs to kg in Prestashop 1.4.3 ? Thanks in advance
  7. That is true! But the point I was trying to make was that, people who are clued up with websites, know how to use keyboard short cuts and view source code and are probably not silly enough to steal content from other websites in the first place
  8. Open header.tpl Replace: <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> With: <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}{if $smarty.get.id_category} class="category{$smarty.get.id_category}"{elseif $default_category} class="category{$default_category}"{/if}{if $smarty.get.id_product} class="product{$smarty.get.id_product}"{elseif $default_product} class="product{$default_product}"{/if}> You will be able to use just the one stylesheet. This will create a unique class for each category and product....I hope this works for you
  9. Prestashop 1.4 automatically adds the alt and title tags to product images and links, I was referring to the homepage slider you have, it's a 3rd party module so you would have to open up the file where you edited the image names to make the changes below. Looking at a section of code from your slider I can see: I would add titles and fill in the alt tags
  10. rename: http://www.caprice-shop.ro/modules/jgalleryview2/slides/slide0.jpg to: http://www.caprice-shop.ro/modules/jgalleryview2/slides/important-keyword.jpg Also add keywords in the alt and title tags
  11. My pleasure, as far as I am aware this is cross browser compatible....it doesn't prevent keyword short-cuts but, my view is "if you know how to use keyboard short-cuts, you are probably clued up on websites and not stupid enough to steal someone's content".
×
×
  • Create New...