Search found 4802 matches

Search found 4802 matches

Re: Adaugare banner

Fa tu in avans imaginea png cu fundal transparent.

Jump to post
  • Tue Sep 05, 2017 11:43 pm
  • Replies 7
  • Views 2450
Re: Insert megamenu

Ai un meniu in header care apare doar pe mobil, poate fi inlocuit de o extensie megamenu care sa fie afisata si pe desktop.

Jump to post
  • Sat Aug 26, 2017 3:14 pm
  • Replies 1
  • Views 953
Re: modul dimensiune

Sectiunea de produse asemanatoare este perfecta pentru asa ceva. Daca folosesti sectiunea in alte scopuri exista extensii care duplica functionalitatea de produse asemanatoare.

Jump to post
  • Sat Aug 26, 2017 3:10 pm
  • Replies 3
  • Views 1112
Re: Ce trebuie salvat pentru reinstalarea OC 1.5.6.4

Faci un backup al bazei de date, preferabil in cpanel din phpmyadmin, sau din utilitarul de backup discponibil in control panelul de la hosterul tau. Stergo toate fisierele din site cu exceptia: -folderului image -fisierului config.php -fisierului admin/config.php Urci opencart 156x curat cu excepti...

Jump to post
  • Sat Aug 26, 2017 3:09 pm
  • Replies 6
  • Views 1393
Re: mutare atribute in descriere

Este o simpla problema de mutare cod in catalog/view/theme/tema-ta/template/product.tpl codul: <?php if ($attribute_groups) { ?> <li><a href="#tab-specification" data-toggle="tab"><?php echo $tab_attribute; ?></a></li> <?php } ?> il stergi. codul: <?php if ($attribute_groups) { ?...

Jump to post
  • Sat Aug 26, 2017 3:06 pm
  • Replies 1
  • Views 855
Re: Modul sortare produse

Versiunea 1 - Sortezi dupa cantitate ca al doilea criteriu, dupa sortarea clientului sau cea implicita. fisier: catalog/model/catalog/product.php, liniile: DESC, LCASE(pd.name) DESC si ASC, LCASE(pd.name) ASC devin DESC, p.quantity DESC respectiv ASC, p.quantity ASC Versiunea 2, sortezi implicit dup...

Jump to post
  • Sat Aug 26, 2017 3:02 pm
  • Replies 1
  • Views 840
Re: how to remove shopping cart from homepage? SOLVED

If you are on opencart 2.x, info pages, category pages and product pages have by default a custom body class. That means you could hide the header using css on any page you want.

Jump to post
  • Sat Aug 26, 2017 2:47 pm
  • Replies 6
  • Views 8725
Re: # Columns on featured not dynamically changing

Yes, that's probably it, there could be a cached version of featured.tpl in the ocmod cache.(whenever tpl changes seem irrelevant try refreshing the ocmod cache)

Jump to post
  • Wed Aug 09, 2017 10:52 pm
  • Replies 4
  • Views 543
Re: how do i use sql on this oc_order table

I think that is the operator, ex: = , > , <, >=....
Whatever you have in phpmyadmin (interface related) has nothing to do with the oc store, so vqmod doesnt change anything in there, that is a preinstalled server application that allowes you to easily manage your db.

Jump to post
  • Wed Aug 09, 2017 10:47 pm
  • Replies 2
  • Views 583
Re: # Columns on featured not dynamically changing

Try adding this to the bottom of common.js: $(document).ready(function () { var cols = $('#column-right, #column-left').length; if (cols == 2) { $('h3 + .row > .product-layout').attr('class', 'product-layout col-lg-6 col-md-6 col-sm-12 col-xs-12'); } else if (cols == 1) { $('h3 + .row > .product-lay...

Jump to post
  • Wed Aug 09, 2017 10:38 pm
  • Replies 4
  • Views 543
Re: Description being cut off from excel file import

This should be directed at the developer of the import extension you use. We don't know it's code.

Jump to post
  • Wed Aug 09, 2017 10:31 pm
  • Replies 3
  • Views 521
Re: Subtotal withou taxes including shipping and coupon

That would require a new total extension to be built rather then editting the current subtotal. The current subtotal could be renamed 'products' and it should have the same sort order (first) then come any other totals and then you could add this newly created total right before tax. The number repo...

Jump to post
  • Wed Aug 09, 2017 10:28 pm
  • Replies 5
  • Views 1304
Re: Selectare cand ajungi cu mouse-ul

css:

Code: Select all

.dropdown:hover .dropdown-menu {
    display: block;
}
asta ar fi pentru toate dropdownurile bootstrap si nu dezactiveaza ce ai deja pe click.

Jump to post
  • Wed Aug 09, 2017 10:17 pm
  • Replies 2
  • Views 741
Re: Can't upgrade opencart

Check your config.php and admin/config.php files, are they getting written?

Jump to post
  • Sat Jul 29, 2017 2:52 pm
  • Replies 4
  • Views 2143
Re: can't complete update

Are you sure you are looking at the file from vqmod/vqcache/ folder and not the original file?

Jump to post
  • Sat Jul 29, 2017 2:44 pm
  • Replies 3
  • Views 1782
Re: Parenthesis in options

This is the code outputing them in product.tpl:

Code: Select all

<?php if ($option_value['price']) { ?>
                (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
                <?php } ?>

Jump to post
  • Fri Jul 21, 2017 3:55 pm
  • Replies 1
  • Views 744
Re: Per Product Options?

Do you mean chained options? Like date option narrowing by city? If yes then there are extensions for this.

Jump to post
  • Fri Jul 21, 2017 3:52 pm
  • Replies 3
  • Views 1050
Re: can't complete update

Try increasing the max_execution_time in the main php.ini to 60 or 120.

Jump to post
  • Fri Jul 21, 2017 3:44 pm
  • Replies 3
  • Views 1782

Search found 4802 matches