• Resolved Mohsen

    (@mohsen9010)


    Hello
    I need to change some variables Vendor Sellers Template.
    For ex. I need to change seller box per page from 10 (default) to 9
    How can i change it?

    I found it’s here:
    dokan-lite/includes/template-tags.php:

    line 579     $attr = shortcode_atts( apply_filters( 'dokan_store_listing_per_page', array(
    line 580         'per_page' => 10,
    line 581         'search'   => 'yes',
    line 582         'per_row'  => 3,
    line 583         'featured'  => 'no'

    you should add these to shortcode options

    • This topic was modified 7 years, 3 months ago by Mohsen.
Viewing 1 replies (of 1 total)
  • Hello @mohsen9010,

    If you need to show your own number of vendor per page then you can pass the attribute with the shortcode. Just insert this code [dokan-stores per_page=9].

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Vendor Sellers Template’ is closed to new replies.