Opencart Assigning a Random Sort Order to All Products
Turkish;
Opencart Randomly Changing the Sort Order Number of All Products at Once
You can randomly change the sort order numbers of all products on your site with one click.
There are no changes to any system files.
It is installed as ocmod.
admin/controller/product.php
admin/model/product.php
Adds new functions to files
admin/view/template/catalog/product_list.twig
Adds buttons and JS codes
And the necessary texts to the language files.
I wrote to change the order of the products that come in the same order in the product listing from time to time.
Since my table products have different sizes than an image, too many similar products were coming together in the listing. I randomly took the numbers as the number of products and assigned them to the products.
I tested it on 40K products. It works flawlessly.
Türkçe;
Opencart Tüm Ürünlerin Sıralama Düzeni Sayısını Tek Seferde Rastgele Olarak Değiştirme
Sitenizdeki tüm ürünlerin sıralama düzeni sayılarını tek tuşla rastgele değiştirebilirsiniz.
Hiç bir sistem dosyasında değişiklik yoktur.
Ocmod olarak yüklenir.
admin/controller/product.php
admin/model/product.php
dosyalarına yeni fonksiyonlar ekler
admin/view/template/catalog/product_list.twig
Buton ve JS kodları ekler
Ve dil dosylarına gerekli metinleri.
Ürün listelemede sürekli aynı düzende gelen ürünlerin arada bir sıralamasını değiştirmek için yazdım.
Benim tablo ürünlerimde bir görselden farklı farklı ölçüler olduğu için listelemede yan yana çok fazla benzer ürün geliyordu. Ürün adeti kadar sayıları rastgele alıp ürünlere atadım.
Login and write down your comment.
Login my OpenCart Account