Jump to content


vekia

Member Since 03 Apr 2014
Offline Last Active Sep 30 2022 11:17 PM
****-

#114 How you print orders list?

Posted by vekia on 10 April 2014 - 01:56 PM

hello

 

do you use some desktop software to handle accounting matters?

if so, search for some ERP integrations with prestashop. it is worth to try it because whole process will be automated... 

i bet that you've got some printing features in your desktop software




#82 [free module] facebook like box for prestashop 1.7, 1.6, 1.5, 1.4, 1.3

Posted by vekia on 07 April 2014 - 02:55 PM

Facebook like box free

This is a free prestashop 1.6 module which works also with older releases of prestashop engine: 1.6 1.5, 1.4, 1.3

This addon creates a special block with like box plugin from facebook with your fanpage.

With this addon you can easily gain more popularity for you facebook community (fanpage)

Now you have the opportunity to reach more people and increase sales, in addition popularity in social networks is today one of the most important SEO factors.

 

 

likeboxfree-big-cover.png

 

 

you can download module here:

Facebook like box free

 

or directly here:
 

Attached Files




#70 [TUTORIAL] import translations - language, localization pack

Posted by vekia on 05 April 2014 - 10:28 PM

I recorded video about importing language pack in prestashop 1.6.

It works the same in other versions of prestashop platform: 1.5, 1.4 just layout is different :)

 

so, if you wondering how to import language pack with translations to your shop, watch video that i attached below




#69 I can't enable left column on CMS pages

Posted by vekia on 05 April 2014 - 06:56 PM

hello

try to run this sql query in your database manager like phpmyadmin

INSERT IGNORE INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES(NULL, 'products-comparison', '1'),(NULL, 'cms', '0'),(NULL, 'category', '0'),(NULL, 'product', '0'),(NULL, 'module-bankwire-payment', '0'),(NULL, 'module-bankwire-validation', '0'),(NULL, 'module-cheque-validation', '0'),(NULL, 'module-cheque-payment', '0');INSERT IGNORE INTO `ps_theme_meta` ( `id_theme` , `id_meta` , `left_column` , `right_column` )SELECT `ps_theme`.`id_theme` , `ps_meta`.`id_meta` , `default_left_column` , `default_right_column`FROM `ps_theme` , `ps_meta`;



#64 [Free module] Facebook Comments Prestashop 1.7, 1.6, 1.5, 1.4

Posted by vekia on 05 April 2014 - 05:28 PM

Free Facebook Comments

This is free addon for prestashop that gives you possibility to create comments block on each product page.

Comments Box Facebook plugin is one of the most important way to integrate your shop with Social Networks. Create own comment block with one mouse click. Fully integrated with facebook, create admin accouns, set up all most important settings, increase your shop page views and income. With this module all of this is simple and fest. Module is absolutely free, you can use download it now without any pay.

 

facebook-comments-big-cover.png

 

 

download link:

Free Facebook Comments

 

direct download:

Attached Files




#63 [Module] Upload files to orders

Posted by vekia on 05 April 2014 - 04:42 PM

Upload files to orders

click to open modules website

 

Prestashop module Upload files to orders gives you a possibility to build for example printing store.

with this addon your customers will be able to upload files to their orders.

this module creates upload form on:

- product page (you can select products)

- cart page

- customer account page

 

orderfiles-cover-big.png

 

module works also with prestashop 1.6.x and Cloud

 

new major release of the addon is available to download

module from version 2.0 fully supports PrestaShop 1.7!

the first available files upload module that works and supports new version of PS!

d7IR9Z3.png

 

 
trusted-addon.png



#47 How to remove "conditions" of product (new, refubrished etc.) form pr...

Posted by vekia on 04 April 2014 - 10:22 PM

you have to modify product.tpl file located in your theme directory, there is a code like:

			{capture name=condition}				{if $product->condition == 'new'}{l s='New'}				{elseif $product->condition == 'used'}{l s='Used'}				{elseif $product->condition == 'refurbished'}{l s='Refurbished'}				{/if}			{/capture}			<p id="product_condition"{if !$product->condition} style="display: none;"{/if}>				<label>{l s='Condition'} </label>				<span class="editable" itemprop="condition">{$smarty.capture.condition}</span>			</p>

just remove it. and you will remove "condition" from your product page.

 

remember about clearing cache in some cases it's necessary to see the changes that you applied to tpl files

 

enjoy :)




#46 Block top menu displays a lot of subcategories, how to hide them?

Posted by vekia on 04 April 2014 - 10:20 PM

hello,

you can achieve it with simple css modification,

 

the only one thing you have to do, is... just paste code below to your stylesheet file, for exmaple .global.css (you can find it in your theme directory (in css subdirectory))

#block_top_menu ul li li ul {display:none!important;}

effect:
Posted Image




#39 Integrations with google + are good for seo? any modules?

Posted by vekia on 04 April 2014 - 12:02 PM

yesss

definitely it's true

social networks like facebook, twitter, google+ are most important factors in seo related cases.

 

you can use some social network integrations modules like:

These modules allow to share your products on social network, if you will have more shares, then these products and whole shop will be more visible in google search results




#38 How to speed up my store?

Posted by vekia on 04 April 2014 - 11:59 AM

for the first, check performance settings under adv. parameters > performance tab

also check if you've got APC, you can try to use it.

you can read about it here: apc speed up prestashop




#37 mysql database only?

Posted by vekia on 04 April 2014 - 11:58 AM

prestashop doesn't support postgresql databases,

you can use only mysql db.

 

as far as i remember some old releases of PS (im not sure at all) supported postgresql,

im more than convinced taht 1.4.x 1.5.x 1.6.x don't support postrgres.

only mysql with myisam and innodb engines.




#26 prestashop 1.6 - i don't see changes

Posted by vekia on 03 April 2014 - 11:22 PM

go to adv. parameters > performance tab

temporarily:

- turn on force compilation

- turn off cache

- hit button to clear cache and autoload


  • NEO likes this


#25 how to move categories block to right column?

Posted by vekia on 03 April 2014 - 11:20 PM

hello

yes, it is possible

go to modules > positions tab in your back office

search for "displayLeftColumn" modules list

then near the block categories module click on thrash icon (just remove it from this list)

 

then click on transplant button, and from first dropdown select: block categories

from second dropdown select displayRightColumn

 

and just save changes

after that go to modules > positions once again

search for displayRightColumn modules list and move block categories module to the top of the list (change module postion)




#21 [VIDEO] enabling left column prestashop 1.6

Posted by vekia on 03 April 2014 - 03:52 PM

i recorded video with very common question: how to enable left column in prestashop




#19 i updated my shop from 1.5.6.2

Posted by vekia on 03 April 2014 - 03:36 PM

if you changed original module files: yes you will loose all your changes.

if you changed /default/ theme files - no worries, this theme is not used in 1.6 release so you will not lose changes made for theme.