Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    I don’t see where that option is, but I did notice it was ‘loaded by ajax’ which looks like a theme feature. It may be related.

    Thread Starter shishir49

    (@shishir49)

    Hello Mike,well, I have added a new button named “details” into the content product,which will be appeared bellow the “add to cart” Button. I want to add the product pages URL to The details button, what is the url for the product page ?

    thank you.

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Thread Starter shishir49

    (@shishir49)

    what is the global link for products detail page ? actually i am trying to add a new button, that will show the detail page. hope you got me ?

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Not sure what you mean. Get permalink gives you a product page url.

    Thread Starter shishir49

    (@shishir49)

    Actually, I was trying to know that,

    In my shop, there are some categories. In these categories there are products. Now, I have added a button named “Details” by adding the following code into content-product.php ::

    <li
    .
    .
    .
    .
    
    <div class="a"><a href="">Details</a></div>

    that button is appearing in all products. but, when i am clicking on the button it redirects the home page . But I want the button to redirect the specific products page. suppose, i am clicking the f1 sample products “details” button, that button will redirect the f1 pages product page only.

    what should i write inside

    <a href="">Details</a> to work it for all products ?

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    <a href="<?php echo get_permalink(); ?>">Details</a>
    Thread Starter shishir49

    (@shishir49)

    Thanks bro .

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Wocommerce Product sorting is destroying things’ is closed to new replies.