Jump to content

aanbiedingen probleem.


RLGIGA

Recommended Posts

hallo iedereen,

 

ik heb een vraag.

mijn shop is open sinds een kleine 2 maanden en wil nu ook aanbiedingen gaan precenteren.

nu mijn probleem,

 

Ik weet hoe ik een artiekel in de aan biedeinge lijst kan zetten. nu wil ik in plaats van de standaad module aanbovelen producten daar de aanbiedingen hebben.

hoe gaat dat in zijn werk.

 

en dan nog een vraag. waarom word er in mijn cms aangegeven dat de aanbiedingsblok ingeschakeld staat en ook in de configuratie op zichtbaar staat en nog word hij niet in mijn FO weergegeven. dit is voor mij een raadsel.

 

Als iemand mij kan helpen graag.

 

alvast bedankt.

Link to comment
Share on other sites

Wat is de URL van je webshop?

 

Je kunt het aanbiedingen block ook verplaatsen naar de home pagina.

Iets in de aanbieding zetten doe je hier:

http://upload.ictwebsolution.nl/images/17066272095146199757.png

 

Als je een product bewerkt vindt je dit onder de prijs.

Dan komt die in het block met aanbiedingen te staan.

 

Indien je het block niet op je homepage krijgt dan kun je even contact op nemen via DM of [email protected]

dan moet er wat veranderd worden in de code van je theme.

 

Vraag 2. Wellicht omdat je nog geen producten in de aanbieding hebt.?

Link to comment
Share on other sites

de url is:

 

www.gigaelektro.nl

 

ik heb mijn aanbiedingenblock actief staan en hij staat in de configuratie op zichtbaar. maar hij wil niet op mijn FO komen.

en het gekke is dat ik zeker weet dat er een product in staat.

ik vind hem ook niet terug in mijn BO bij positions.

Link to comment
Share on other sites

heb ik nog niet geprobeert. ik zit nu in dat veld positioneer een module. wat moet ik invullen bij ''inhaken''?

en dan heb ik bij module gezet: aanbiedingenblok.

 

meot ik ook niet iets bij uitzondering zetten?

Link to comment
Share on other sites

Volgens mij kan dat in dit geval niet, weet ik niet helemaal zeker .

 

Modules kunnen niet op alle posities komen

 

 

 

Anderzijds kan ook weer heel veel als je maar weet hoe het een en ander aan te passen eventueel in de code

Link to comment
Share on other sites

Bij de module aanbevolen artkelen staat ;

 

Om artikelen op uw homepagina weer te geven, plaatst u ze in de "Home" categorie.

 

maar of je hier wat aan hebt ? alleen de in de aanbieding producten in de home categorie ! is maar een suggestie

Link to comment
Share on other sites

Ik begrijp niet precies wat je nu wilt hebben...

 

Je kan zelf de aanbiedingsproducten aanvinken voor weergave in de "Home" categorie, waarmee deze producten in de homefeatured blok (dus op je homepage) terecht komen.

 

Voor automatische weergave van aanbiedingsproducten op je homepage zal je de code van /modules/homefeatured/homefeatured.tpl flink moeten aanpassen. Maar er zijn ook (betaalde) modules hiervoor. O.a. deze twee heb ik gevonden:

http://www.presto-changeo.com/en/prestashop-modules/49-homepage-tabs.html

 

http://catalogo-onlinersi.net/en/96-homespecials.html

Link to comment
Share on other sites

Ik wil best mijn code aanpassen. alleen ik heb geen idee wat ik moet aanpassen. zo ziet mijn code eruit.

 

{*

* 2007-2011 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Academic Free License (AFL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.org/licenses/afl-3.0.php

* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

* @author PrestaShop SA <[email protected]>

* @copyright 2007-2011 PrestaShop SA

* @version Release: $Revision: 1.4 $

* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*}

 

<!-- MODULE Home Featured Products -->

<div id="featured-products_block_center" class="block products_block">

<h4>{l s='Featured products' mod='homefeatured'}</h4>

{if isset($products) AND $products}

<div class="block_content">

{assign var='liHeight' value=225}

{assign var='nbItemsPerLine' value=5}

{assign var='nbLi' value=$products|@count}

{assign var='nbLines' value=($nbLi/$nbItemsPerLine)|ceil}

{assign var='ulHeight' value=$nbLines*$liHeight}

<ul style="height:{$ulHeight}px;">

{foreach from=$products item=product name=homeFeaturedProducts}

<li class="ajax_block_product {if $smarty.foreach.homeFeaturedProducts.first}first_item{elseif $smarty.foreach.homeFeaturedProducts.last}last_item{else}item{/if} {if $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 0}last_item_of_line{elseif $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 1}clear{/if} {if $smarty.foreach.homeFeaturedProducts.iteration > ($smarty.foreach.homeFeaturedProducts.total - ($smarty.foreach.homeFeaturedProducts.total % $nbItemsPerLine))}last_line{/if}">

<h5><a href="{$product.link}" title="{$product.name|truncate:32:'...'|escape:'htmlall':'UTF-8'}">{$product.name|truncate:20:'...'|escape:'htmlall':'UTF-8'}</a></h5>

<a href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" class="featured"/></a>

<div>

{if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if}

 

{if ($product.id_product_attribute == 0 OR (isset($add_prod_display) AND ($add_prod_display == 1))) AND $product.available_for_order AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}

{if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2}

<a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart.php')}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeatured'}">{l s='Add to cart' mod='homefeatured'}</a>

{else}

<span class="exclusive">{l s='Add to cart' mod='homefeatured'}</span>

{/if}

{else}

<div style="height:23px;"></div>

{/if}

</div>

</li>

{/foreach}

</ul>

</div>

{else}

<p>{l s='No featured products' mod='homefeatured'}</p>

{/if}

</div>

<!-- /MODULE Home Featured Products -->

Link to comment
Share on other sites

Ok ,dan heb je er niet veel aan.

 

Dan wordt het een module hiervoor of aanpassing in de code zoals ook al door AKJV aangegeven

 

De aanpassing in de code weet ik momenteel niet hiervoor , en er ontbreekt me de tijd nu voor om het eens te bekijken

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...