Jump to content


hrbj

Member Since 03 Apr 2014
Offline Last Active Nov 07 2017 07:55 AM
-----

#347 Prestashop Developer Documentation

Posted by hrbj on 03 May 2014 - 05:05 PM

hello

 

prestashop 1.6 is based on the same core, so you can use docs for 1.5

http://doc.prestasho...5 documentation




#313 [free] social media icons (facebook, twitter, google etc.)

Posted by hrbj on 27 April 2014 - 10:59 AM

Hello

today while developing new website i had to use circle social network icons. I found this absolutely free package.

I used it and now website looks awesome. YOu can download these icons for free. link below

 

 

 

 

Flat-Social-Icons.png

Attached Files




#294 [SOLVED] Disable user register in prestashop 1.6

Posted by hrbj on 25 April 2014 - 10:50 PM

go to theme directory and open file named "authentication.tpl"

remove this code:
		<div class="col-xs-12 col-sm-6">
			<form action="{$link->getPageLink('authentication', true)|escape:'html':'UTF-8'}" method="post" id="create-account_form" class="box">
				<h3 class="page-subheading">{l s='Create an account'}</h3>
				<div class="form_content clearfix">
					<p>{l s='Please enter your email address to create an account.'}</p>
					<div class="alert alert-danger" id="create_account_error" style="display:none"></div>
					<div class="form-group">
						<label for="email_create">{l s='Email address'}</label>
						<input type="text" class="is_required validate account_input form-control" data-validate="isEmail" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" />
					</div>
					<div class="submit">
						{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'html':'UTF-8'}" />{/if}
						<button class="btn btn-default button button-medium exclusive" type="submit" id="SubmitCreate" name="SubmitCreate">
							<span>
								<i class="icon-user left"></i>
								{l s='Create an account'}
							</span>
						</button>
						<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" />
					</div>
				</div>
			</form>
		</div>

voila :)




#246 Global discount for my customer in prestashop 1.6

Posted by hrbj on 17 April 2014 - 05:18 PM

you can achieve this without module.

you can use... customer group discounts!

 

for example, you can create new group, then attach selected by you customer to this group, then you can define discount for this group for entire shop catalog.

 

you can do everything under customers > groups section in your back office.




#193 My Prestashop is slooooow

Posted by hrbj on 16 April 2014 - 08:40 AM

do you use APC ? in some cases it is worth to use it, it can increase speed of website very very good




#192 mysql database only?

Posted by hrbj on 16 April 2014 - 08:39 AM

prestashop supports only mysql at the moment. there is no chance to use other database system without touching core. unfortunately.




#27 Limited tinyMCE rich text editor in prestashop 1.6

Posted by hrbj on 03 April 2014 - 11:36 PM

Limited tinymce editor options in prestashop 1.6 is a definitely not so good.

with this guide you can read how to extend it.

in addition - this modification will alow you to use scripts, and other forbidded things!

 

 

Posted Image

 

 

tutorial here:

tinyMCE full rich text editor in prestashop 1.6

 




#22 1 column free prestashop theme fashion bird

Posted by hrbj on 03 April 2014 - 10:41 PM

Free prestashop theme "fashion bird"

is a one column free prestashop template

with nice looking top full width sider

 

Posted Image

 

 

Attached Files