Support Forums

Module - Seller Store

This is a discussion on Module - Seller Store within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Originally Posted by guillopuig I cant seem to find this. Where is it? or hoe do I install? At the ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 12-02-2009, 05:23 PM   #71
curmudgeon
 
Join Date: Mar 2006
Posts: 5,410
Rep Power: 137
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by guillopuig
I cant seem to find this. Where is it? or hoe do I install?
At the same place David told you to look for modules the other day.

ClassifiedMods
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 12-02-2009, 05:28 PM   #72
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default

Quote:
Originally Posted by Lhotch
At the same place David told you to look for modules the other day.

ClassifiedMods

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?
__________________
4.1.6 Designer ----> soon to be Developer
guillopuig is offline   Reply With Quote
Old 12-02-2009, 05:49 PM   #73
Customer
 
damiun's Avatar
 
Join Date: Apr 2009
Posts: 412
Rep Power: 18
damiun is on a distinguished road
Default

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
damiun is offline   Reply With Quote
Old 12-02-2009, 06:13 PM   #74
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default

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?
__________________
4.1.6 Designer ----> soon to be Developer

Last edited by guillopuig; 12-02-2009 at 06:18 PM.
guillopuig is offline   Reply With Quote
Old 12-02-2009, 07:13 PM   #75
curmudgeon
 
Join Date: Mar 2006
Posts: 5,410
Rep Power: 137
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

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.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 12-03-2009, 06:30 AM   #76
Customer
 
damiun's Avatar
 
Join Date: Apr 2009
Posts: 412
Rep Power: 18
damiun is on a distinguished road
Default

@guillopuig

Quote:
== INSTRUCTIONS ==

To install this mod add the following link in your layout.tpl.php file
<a href="modules.php?mod=seller_store">My Store</a>
Quote:
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.
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:
Module - Seller Store
damiun is offline   Reply With Quote
Old 12-07-2009, 12:11 PM   #77
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default

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?
__________________
4.1.6 Designer ----> soon to be Developer

Last edited by guillopuig; 12-07-2009 at 12:22 PM.
guillopuig is offline   Reply With Quote
Old 12-07-2009, 01:43 PM   #78
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,299
Rep Power: 81
seymourjames is a jewel in the rough
Default

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/
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 12-29-2009, 10:27 PM   #79
Customer
 
hel68c's Avatar
 
Join Date: Jun 2008
Location: Canada, Quebec
Posts: 289
Rep Power: 21
hel68c is just really nice hel68c is just really nice
Default

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?
__________________
Serge
HobbyClassified.com
V4.08 Developper, Module installed (CIV Scam Filter, Maffo Location System, Maffo News,Youtube, Seller Store)
hel68c is offline   Reply With Quote
Old 12-30-2009, 08:12 AM   #80
curmudgeon
 
Join Date: Mar 2006
Posts: 5,410
Rep Power: 137
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by hel68c
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?
users language?? How does 68C know the users language? The sites language is set in the 68C admin.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seller Store goose Technical Support 3 08-15-2007 11:08 PM
Is there any fix to this Seller Store for V4 RC3 ? Syafi Technical Support 0 06-14-2007 12:03 PM
Seller Store ? Unregistered Pre Sales Questions 2 02-06-2007 08:47 AM


All times are GMT -4. The time now is 03:24 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0