Jump to content

nienha

Members
  • Posts

    49
  • Joined

  • Last visited

About nienha

  • Birthday 01/01/1976

Profile Information

  • Location
    Oslo, Norway
  • Interests
    To learn, prosper and have fun.
  • Activity
    User/Merchant

nienha's Achievements

Newbie

Newbie (1/14)

5

Reputation

  1. I am sitting here with my CSV files and are filling out every field, from description to price to tax, tiny-url, image url, meta-titles(carefull, not more than 65 words, and no less than 55 ) and the list goes on and on and a question arise; What can I do to best do this task, while at the same time writing good text and satisfying Google's SEO-mania on 100's of different products and categories? Any good advice or best practices?
  2. Find someone who can make a script that does this for you, shouldn't be 2 difficult.
  3. Same problem here, nothing happens when I set it to "true". define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) { @ini_set('display_errors', 'on'); @error_reporting(E_ALL | E_STRICT); define('_PS_DEBUG_SQL_', true); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true); } else { @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false); } define('_PS_DEBUG_PROFILING_', false); define('_PS_MODE_DEMO_', false);
  4. Thank you for giving us the opportunity! I was thinking to test it on my own server, but I have plenty of other things on top of the priority list.
  5. And btw, pressing the new "Top" button sends me so hard in the roof of the page that it gets stuck there with no other option than to leave the page. I am using Chrome with ABP.
  6. Can you explain why you mean this is better practice than commenting the .tpl files? I see many people recommend commenting the tpl's so thats why I am asking. Is it a valid question?
  7. Try it in the /themes/default/order-opc-new-account.tpl. Red text is what you have to add. <!--<p class="radio required"> <span>{l s='Title'}</span> {foreach from=$genders key=k item=gender} <input type="radio" name="id_gender" id="id_gender{$gender->id}" value="{$gender->id}" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == $gender->id}checked="checked"{/if} /> <label for="id_gender{$gender->id}" class="top">{$gender->name}</label> {/foreach} </p>--> <!--<p class="select"> <span>{l s='Date of Birth'}</span> <select id="days" name="days"> <option value="">-</option> {foreach from=$days item=day} <option value="{$day}" {if ($sl_day == $day)} selected="selected"{/if}>{$day} </option> {/foreach} </select> {* {l s='January'} {l s='February'} {l s='March'} {l s='April'} {l s='May'} {l s='June'} {l s='July'} {l s='August'} {l s='September'} {l s='October'} {l s='November'} {l s='December'} *} <select id="months" name="months"> <option value="">-</option> {foreach from=$months key=k item=month} <option value="{$k}" {if ($sl_month == $k)} selected="selected"{/if}>{l s=$month} </option> {/foreach} </select> <select id="years" name="years"> <option value="">-</option> {foreach from=$years item=year} <option value="{$year}" {if ($sl_year == $year)} selected="selected"{/if}>{$year} </option> {/foreach} </select> </p>-->
  8. Perhaps this info can help you... http://www.prestashop.com/forums/topic/208805-is-it-possible-customize-one-page-checkout-in-prestashop-152/?hl=%2Bremove+%2Btext+%2Bfield+%2Bcheckout&do=findComment&comment=1070080
  9. Reminds me I should buy an ipad to check compabilities. And an android phone. This hobby starts to look expensive
  10. Just a comment to this topic, I just removed the ".html" part in the field "Route to products" under Preferences--->SEO and URLs --->Schema of URLs. With friendly url's enabled the ".html" part went away. I dont know if it breaks anything though, but, hell, trying and failing is life in a nutshell.
  11. After some research i have abandoned memcache in favor of APC. I dont know about you but this was the best solution for me performance wise. You can read about it here: http://stackoverflow.com/questions/815041/memcached-vs-apc-which-one-should-i-choose
×
×
  • Create New...