Author Topic: VirtueMart products module - Best sales since when?  (Read 2267 times)

user_fra

  • Beginner
  • *
  • Posts: 46
VirtueMart products module - Best sales since when?
« on: November 11, 2021, 18:52:27 PM »
Hi,
(VirtueMart 3.8.8)
please, could someone tell me which period is taken into account for the calculation of the best-selling products?
Since the beginning... last year or...?
Thank you, regards
Francesco

GJC Web Design

  • 3rd party VirtueMart Developer
  • Super Hero
  • *
  • Posts: 10878
  • Virtuemart, Joomla & php developer
    • GJC Web Design
  • VirtueMart Version: 3.8.8
Re: VirtueMart products module - Best sales since when?
« Reply #1 on: November 11, 2021, 19:22:36 PM »
from the beginning  .. there is no time period

case 'topten':
               $orderBy = 'ORDER BY p.`product_sales` DESC, p.`virtuemart_product_id` DESC';
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM3 AusPost Shipping Plugin - e-go Shipping Plugin - VM3 Postcode Shipping Plugin - Radius Shipping Plugin - VM3 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

user_fra

  • Beginner
  • *
  • Posts: 46
Re: VirtueMart products module - Best sales since when?
« Reply #2 on: November 12, 2021, 08:11:01 AM »
Thank you,
I use RO CSVI extension to create Virtuemart reports, but results are different from VirtueMart products module - Best sales, that's why I asked here in the forum.
Is it possible the module considers the total amount of sales and not the number of sales?
Thank you
Francesco