• Resolved adambg

    (@adambg)


    Hi,

    I would like to integrate DukaPress into my WP website, but I already have a category called /products/
    I cannot change my current products category and URL to something else due to incoming links. I would like to change DukaPress to place all products on a different URL, for example /store/…

    How can I do that?

    Thanks,
    Adam.

    http://wordpress.org/extend/plugins/dukapress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author moshthepitt

    (@moshthepitt)

    You’d have to edit the code a bit.

    Go to dp-products.php and find line 788

    Change it from:

    'rewrite' => array('slug' => 'products', 'with_front' => false),

    To:

    'rewrite' => array('slug' => 'store', 'with_front' => false),

    I hope this works?

    Thread Starter adambg

    (@adambg)

    Perfect! It works.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: DukaPress] Change URL prefix from /products/’ is closed to new replies.