1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Module - Seller Store

Discussion in 'Modules / Plugins / Modifications' started by Eric Barnes, Aug 14, 2007.

  1. Mike-N-Tosh Owner

    It is coming along slowly, but surely. I did make note of your post and I do think that is a great idea. I don't know whether or not I'll be able to do it. I want to first get my functionality to work correctly. Once I do that, I'll look at adding that, but I'm NOT making any promises.
  2. michael Just get on with it!

    Fair enough, thanks for replying.
  3. MrGForce Customer

    Any further updates on the Super Seller Module?

    Just asking.
  4. GaryGrant Customer

    Hi Mike,

    I too would be interested in the Super Seller mod.

    We are just in the dev stages of our new site. I have a few beta sellers on board and they all have the same concern. No spaces in the username. For example, one Lambton Ford just registered this morning and are disappointed that they can only be seen as LambtonFord. I agree that this looks odd. Is there any way around it?
  5. michael Just get on with it!

    How's the Super Seller mod coming along Mike?
  6. Mike-N-Tosh Owner

    The Super Sellers Module development has been put on a temporary hold as I have been very busy with a slew of other items that take priority over this development.

    I will of course post any changes in the status of this project.
  7. vcallaway Customer

    I'm hoping this will be a simple answer.

    It looks like the docs are somewhat outdated for use with 4.1.3. I want to restrict who gets the "My Store" link.

    I'm new at this so bear with me.

    It looks like the link is generated from the function "ss_link" in the hooks.php file. If I understand correctly than this is where I could limit this from being on the menu?

    Can someone show me how to limit this menu item to a specific group?
  8. Eric Barnes Guest

    In your case open the hooks.php and comment out that line:
    Code:
    // return '<li><a href="modules.php?mod=seller_store">My Store</a></li>';
    
    Then manually add the link in your template:
    Code:
    {if $smarty.session.userlevel==6 || $smarty.session.userlevel==1}
    <li><a href="modules.php?mod=seller_store">My Store</a></li>
    {/if}
    
  9. vcallaway Customer

    Perfect!

    Works like a champ.
  10. guillopuig Customer

    I cant seem to find this. Where is it? or hoe do I install?


    What template are you talking about here?


    Thanks.
  11. Lhotch curmudgeon

    At the same place David told you to look for modules the other day.

    ClassifiedMods
  12. guillopuig Customer


    Larry, the module I have...

    Is the regenerate option I cant seem to find in my module management scree.

    Also,

    in what template should I include the code?
  13. damiun Customer

    Think, read then ask.

    Is the regenerate option I cant seem to find in my module management scree.
    You can read on the website of 68c that this option isnt need anymore for the latest versiobs

    in what template should I include the code?
    What do you think, a template nobody sees, or the template you set as your default which people see
  14. guillopuig Customer

    Danium,

    I really appreciate everyones help here... but to tell you the truth, your answer didn't help a bit.

    I have seen the term regenerate multiple times around the forum and other support pages. In all of the times I read the term, I did not read that it was no longer used. Anyways, thank you for clarifying.

    Also, there are (without counting) over 15 templates in the system... it is just a simple question to answer if you know the answer for it. For the same time you spent replying, you could have spent answering.

    If you look back in this post, there is or was someone else asking the same question. After reading the whole thread 3 times, I could not find the answer because, hummm, nobody answered it. Therefore, I asked.

    It would be very simple to include in the install instructions the complete sentence so that I and others don't have to ask.

    And trust me, I read this forum about 25 times daily for different matters. The questions I post are all related to details I could not find, even after different search queries.

    Please don't get me wrong, and most of all, my reply is not to offend... But it'd be best just to answer or point to the answer than to ridicule fellow users with "im smarter than you" answers.


    Now... which template do i post the code in... layout, maybe?

    or showlistings or viewlisting? Where is the client given the option to set up their store? the members account templates?
  15. Lhotch curmudgeon

    When in doubt, read the directions that came with the module(the one downloaded from the link on classifiedmods.com). It tells you what templates to edit.

    The mods attached here in the forum are not always up to date, your best bet is to look at classifiedmods.com and goto the website where mod is at to get it.
  16. damiun Customer

    @guillopuig

    I dont know if you are talking about the multiple template folders or the actuall tpl files,
    But if you are talking about the tpl files you know that each file is for a very specific section of the website.
    And if you see the link provided in the instructions you see its a link to a page,
    Although it doesnt really matter where to add this its normally added in the menu, which can be found in the layout.tpl.

    This page mentions the layout.tpl file:
    http://www.68classifieds.com/forums/modules-plugins-modifications/3457-module-seller-store-2.html
  17. guillopuig Customer

    Hey Guys...

    Ive set up the seller store in my site.

    I am using TC Elise 2c.

    I have added the link to the User Nav Meny on the left (Accordion) and I have also added the link to the user index (My Account) page.

    On the Nav Menu I would like to change the yellow folder Icon to an image I have chosen for the seller store.

    I managed to add the image on the My Account but can seem to find where to change the one in the nav menu.

    Can someone point me in the right direction?

    Thanks!



    Also, I have just noticed that when I go to the "view all listings from this seller" I dont see the storefront. Can someone tell me why?
  18. seymourjames All Hands On Deck

    The folder is an image that is set in the style sheet for the template you are using. Get a copy of web developer add-on for Firefox so you can find the exact tag which needs to be changed (well you will probably be able to just swap the image over). The clue is that the image is called yellow folder but it may be used somewhere else. You would probably be wise to create another css tag almost identical and then modify the template file that you want to associated with this new folder.

    Is the storefront defined in the viewlistings.tpl template file within the template you are using? Here are some links to help you with css and smarty so you can learn about them.

    http://www.w3schools.com/
    http://htmldog.com/
    http://www.smarty.net/
  19. hel68c Customer

    Hi,

    My site uses two languages, there is a way to change the language according to the user's language?

    And Is it possible to remove the possibility to insert a link in the tiny mce?
  20. Lhotch curmudgeon

    users language?? How does 68C know the users language? The sites language is set in the 68C admin.

Share This Page