Plugin Directory

Changeset 1692913


Ignore:
Timestamp:
07/08/2017 08:48:55 AM (9 years ago)
Author:
ernestortiz
Message:

Readme.txt to woo-links-to-product

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-links-to-product/trunk/readme.txt

    r1692910 r1692913  
    4040The url that you write on the field 'Link to the product' decides the behaviour when you click on the button. For example:
    4141
    42     amazon.es
     42amazon.es
    4343This is an external link; so it will open the corresponding page on a new window.
    4444
    45     #extra-info
     45#extra-info
    4646In this case, a modal will pop up, showing the inner content on the inline element width id 'extra-info'. Of course, you can use here a class name instead of an id. For example:
    4747   
    48     .info.extra
     48.info.extra
    4949The plugin will try to hide those inline elements that will appears in the modal, in case you forgot to do that.
    5050
    51     #
     51#
    5252If this is the case, the plugin popup a modal containing an html note that you wrote. Previously, you should go to the plugin options and add the extra field of "Note", and of course write some note; otherwise, the button does not appear.
    5353
    54     http://samedomain.com/otherpage.php #info
     54http://samedomain.com/otherpage.php #info
    5555In this case, the content of a modal is taking from the element with id 'info' which is inside other webpage (on the same domain). Please, note the space before '#info'
    5656
Note: See TracChangeset for help on using the changeset viewer.