Jump to content

Automatyczne dodanie treści do opisu produktów


damian128888

Recommended Posts

Witam,

Chciałbym, aby w opisach produktów w moim sklepie była jednakowa treść w postaci kilku obrazków, które będą na samym dole po standardowym opisie. Mam dużo produktów i chciałbym to wgrać 'na raz' do wszystkich towarów. Czy jest to możliwe do zrobienia? Jeśli tak to prosiłbym o pomoc.

Pozdrawiam! B)

Link to comment
Share on other sites

Jeśli to ma być we wszystkich produktach, to nie ma sensu śmiecić do bazy danych.

W product.tpl znajdź <div class="rte">{$product->description}</div> i poniżej dodaj coś w tym stylu:

<div class="rte">
    <img style="float:left;" class="img-responsive" src="http://mojadomena.com/img/obrazek_1.png" alt="Obrazek1" />
    <img style="float:left;" class="img-responsive" src="http://mojadomena.com/img/obrazek_2.png" alt="Obrazek2" />
    <img style="float:left;" class="img-responsive" src="http://mojadomena.com/img/obrazek_3.png" alt="Obrazek3" />
</div>
  • Like 1
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...