Jump to content


vekia

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

#581 [module] facebook like coupon prestashop 1.6 1.5 1.4

Posted by vekia on 22 July 2014 - 08:53 AM

Facebook like coupon

 

this is prestashop addon to integrate your shop with facebook social network. This module adds special like button. Each customer who will like your fanpage will receive unique coupon code. of course you can define coupon value and expiry time.

 

 

like-coupon-big-cover.png

 

screenshots, demo page and other informations about module you can read here:

Voucher code for facebook fans

 




#518 Powerful Magento Shipping Extension by iLoveMage

Posted by vekia on 02 July 2014 - 05:27 PM

seems like it's the most powerful shipping extension, well done!

i asked forum moderator to move this module to correct section




#459 Move search bar to the left and center logo prestashop 1.6

Posted by vekia on 09 June 2014 - 11:31 AM

from header.tpl remove this code:
 

<div id="header_logo">
<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
</div>

and the same code paste at the end of blocksearch.tpl file




#403 real product tabs in prestashop 1.6

Posted by vekia on 26 May 2014 - 08:32 AM

by default in prestasop 1.6 template product tabs are displayed as a wide horizontal bars with content. In this guide i want to show you how to change them to real tabs like it was in oldest releases of prestashop. These tabs are responsive!

 

guide here: real product tabs in prestashop 1.6

 

prestashop-page-tabs-modification-presta

 

 

real product tabs in prestashop 1.6




#390 Specials product in homepage tab feature (prestashop 1.6)

Posted by vekia on 16 May 2014 - 03:03 PM

unfortunately, default module doesnt allow to display special products there.the only one available module at the moment is:

homepage specials tab for prestashop 1.6




#310 Logo overlaps menu

Posted by vekia on 26 April 2014 - 02:28 PM

Hello

 

there are 2 possibilities:

- your shop works with "catalog mode" option turned on

- you disabled block user info module

 

if first one, turn off catalog mode (perhpas you want to run shop in this mode? if so, let me know, it will be necessary to change css styles)

if second one, put this module back to its original position




#280 [module] product page popup prestashop 1.6 1.5

Posted by vekia on 22 April 2014 - 09:47 PM

Product page modal window popup

With this prestashop module you can easily create popup window on selected products pages. 

In this modal popup window you can display any content you want, for example video, image, or text content.

You can specify detailed settings of popup, like colors, background, overlaycolor etc. - module allows to use advanced tinymce rich text editor. You can create as many popups as you want.

 

 

 
trusted-addon.png

 

 

product-popup-big-cover.png

 

 

 

productpopup-back-office-6.gif

 

 

 

example of how module works (with responsive contents)




#270 Global discount for my customer in prestashop 1.6

Posted by vekia on 19 April 2014 - 08:15 PM

that's correct

the best way to achieve what you expect are groups.

you can define discount for customer group on group settings page, i recorded video about that:




#266 Facebook share wrong picture prestashop 1.6

Posted by vekia on 19 April 2014 - 07:50 PM

you have to define open graph tags there is no other way to achievie it. You can do it manually (with modification of product controller and product.tpl file) or with module. i attached it to this post.




#249 I enabled left column and it doesnt appear in prestashop 1.6

Posted by vekia on 17 April 2014 - 09:25 PM

1) go to modules > positions tab in your back office

2) search for displayLeftColumn modules list

3) click on edit button near each module attached to this list

4) verify exceptions field, if there are some exceptions - remove them (especially exceptions related to product page - thisis regarding to your demand in your question)




#222 move cart to the right column prestashop 1.6

Posted by vekia on 17 April 2014 - 07:56 AM

go to modules > positions and click on transplant button.

you will see there form to manage modules positions.

 

from first dropdown select "block cart" module

from second dropdown select "displayRightColumn" hook.

then just press transplant button.

 

after that go to modules > positions again and search for displayTop modules list.

unhook block cart module from this hook (unhok it from this hook only!!!)

 

voila ;) your cart will be expanded and it will appear in the right column.

you can also change position of the cart block within this hook, just search for displayRIghtColumn modules list and drag n drop module to the new position




#204 [free module] content box prestashop 1.7, 1.6, 1.5, 1.4, 1.3

Posted by vekia on 16 April 2014 - 10:15 AM

content box for prestashop

This prestashop module is totally free. It allows to add own content like images, text, social widgets, sliders etc. to selected part of your shop like top section, footer section, header, left column, right column etc.

 

htmlbox-free-big.png

 

 

 

Download

content box for prestashop




#161 change default product view to list in prestashop 1.6

Posted by vekia on 14 April 2014 - 10:10 AM

i created a step by step guide also on my website: prestashop 1.6 grid to list

 

prestashop-16-grid-to-list.jpg




#139 Free bootstrap themes for prestashop 1.6 ?

Posted by vekia on 11 April 2014 - 09:14 AM

Posted Image
 
 
i like it, looks very nice and works with bootstrap 3

download free theme:

 

Attached Files




#133 videos on product page PrestaShop 1.6

Posted by vekia on 10 April 2014 - 10:24 PM

hello

you can do it in several ways. You can modify the product.tpl file located in your theme directory - and add there code to display video for example - from youtube.

 

on youtube press on embed tab and you will see code:
Posted Image

 

copy this code and paste it to procduct.tpl file as a:

			<!-- More info -->			<section class="page-product-box">				<h3 class="page-product-heading">{l s='Video'}</h3>				<div  class="rte">                                    PASTE YOUR EMBED CODE HERE                                </div>			</section>			<!--end  More info -->

it will appear as a tab. unfortunatelyby this way video will appear on each product page.

 

 

if you want to display different video for each product, you have to use some module like html box pro, like product page blocks, or like extra tabs pro