Forums Index > Mewsoft Products > Auctionawy > Fees Page??
highland1 First Post Posted on: 03-22-10 10:26 PM
Fees Page??

Anyone know how to setup a fees Page, So I can display ny Auction fees? Such as a Link on the bottom :\ \ Home|Advertise|fees\ \ Like so...\ \ Thanks, This is a Great Forum...
mewsoft Reply #: 1 Posted on: 03-23-10 03:33 AM
Re: Fees Page??

See the template Help.html you can use any link from this file. for the fees page:

[code]<a href="<!--CLASS::Help:AuctionFees-->"><b>[[listing_fees]]</b></a>[code]


Mewsoft Support
www.mewsoft.com

highland1 Reply #: 2 Posted on: 03-25-10 12:29 AM
Re: Fees Page??

I have Tried your fix but all that happens is it displays the link printed on the page above my nav links. I am editing the Top Nav class by teh way what am i doing wrong??
raider Reply #: 3 Posted on: 03-25-10 03:33 AM
Re: Fees Page??

Hi Highland,

Ahmed indeed showed you how to create a link to the Fees page.
The format of the link he provided should lead to the fees page which is a template within
your Template editor called

Help_AuctionFees.html.
PLUS a language file called Help_AuctionFees.pm

You can change your fees by selecting Fees Manager within Admin.
Hope that helps.

Developing a UK Auction Site :

Http://www.eBaSyi.com

mewsoft Reply #: 4 Posted on: 03-25-10 03:48 AM
Re: Fees Page??

Also remember that this will work only if you have the latest upgrades. The help system was changed to work this way with class links. The old one does not have class for links to help pages, it was local links in the main help page. So I think you need to apply the latest upgrades to use the class link above.


Mewsoft Support
www.mewsoft.com

highland1 Reply #: 5 Posted on: 03-25-10 10:24 AM
Re: Fees Page??

I followed his example to the T and I have the latest version since I have had this product only 3 weeks now and have done every upgrade. My only Problem is that I want it in the top Navigation and the Getting Started. When I do try these I go to the Top Nav CLASS to edit and to the front page html for the Getting started. When I do add these entries they only Produce this on the page :\ \ Http://www.sitename.com/ etc... just printed on the page not the link to click on. \ \ I just don't know what I am Doing wrong. I try to make them match like the other ones in that area : Example \ \ Like the Currency Converter, I use as an example to add the link you suggested and After I do I get nothing with it.\ \ The Top Nav is where it produces just the http:// etc...\ \ If I enter it right it should create the link. Just wondering if I am doing something wrong. \ \ Thanks.
raider Reply #: 6 Posted on: 03-25-10 03:50 PM
Re: Fees Page??

Hi,

\ \ You may have a few problems as adding links is the easiest of all customisations.

\
Code: HTML
<a href="<!--CLASS::Blah_blah-->"><b>[[listing_fees]]</b></a>



\ \ \ Some things to check:
    \
  • You have not put the code wrapper either side of your link this is only used on the forum to post code ( meaning [ code ][ /code ])\
  • in the square brackets Listing_Fees refers to the text for the Link in your language file -probably general.pm You could just put Site Fees with no square brackets.\
  • check you have not forgotten to close some quotes within the topnav class as this could cause links to break or any other syntax error such as forgetting a > or a /\
  • when referring to any language file variables or CLASSES - CASE is Important.
\ Post a link to your site and I will look at whats happening and let you know if none of the above helps.

Developing a UK Auction Site :

Http://www.eBaSyi.com

mewsoft Reply #: 7 Posted on: 03-25-10 08:48 PM
Re: Fees Page??

Please see the new upgrade 10.8, it includes 2 new home page links for what you want.

Thanks


Mewsoft Support
www.mewsoft.com

highland1 Reply #: 8 Posted on: 03-25-10 09:12 PM
Re: Fees Page??

A Big thanks to raider....!! You helped, it works now... Thank You.