Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: [Plugin : eShop]
    Thread Starter Frederikvdb

    (@frederikvdb)

    Thanks for reply, but still doenst work.. But lets go a level higher.

    I have a seks webshop, and i want the folowing:
    Homepage : slider with 8 most populair sold items
    Homepage : 8 more populair sold items or just last new items..

    Then i want to create categories: Lingerie, Shoes, Accesories, Toys, …

    Is this all able with eShop? Beleve me i searched alot but didnt find anything yet.. Ill keep searching while waiting for answer 😉

    EDIT : I know i can use shortcodes for the populair items, but i dont know how i can devide products into categories, en then just display them on the correct page..

    Thanks!

    Forum: Plugins
    In reply to: [Plugin : eShop]
    Thread Starter Frederikvdb

    (@frederikvdb)

    It looks like i’m doing something wrong..

    <div id=”content”>

    <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>

    <?php echo do_shortcode(‘[eshop_list_subpages panels=yes]’);?>

    <?php endwhile; ?>

    <?php else : ?>

    <div class=”post”>
    <h2><?php _e(‘Not Found’); ?></h2>
    </div>

    <?php endif; ?>

    </div><!– end content –>

Viewing 2 replies - 1 through 2 (of 2 total)