68 Classifieds Forums
Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Modules > Modification: Seller Store
v3.1 Modules A forum for discussions, questions, implementation and development of modules. Questions here are beyond "typical" 68classifieds support and not supported by the 68classifieds team.

 
Thread Tools Display Modes
(#1)
Old
suzkaw suzkaw is offline
Help you, I will.
suzkaw has a spectacular aura about
 
Posts: 1,814
Join Date: Mar 2006
Location: Belmont, NC
Post Modification: Seller Store - 05-24-2006, 10:57 AM

Quote:
The seller store is a section that allows sellers to have their ownstore similiar to Ebay stores where that page only shows their listings.They can insert a store logo, a store name, and a store description.
Click here to view the full details.

If you have any questions or need support with this modification please reply below.
Reply With Quote
(#2)
Old
bgordon bgordon is offline
Senior Member
bgordon is on a distinguished road
 
Posts: 117
Join Date: Aug 2006
Location: Georgian Bay, Ontario Canada
Default Seller store mod question - 09-04-2006, 07:48 PM

I have followed (so I think) the directions for making the store link only appear and active if the logged in user is an admin or reg'd user (in the readme file) and when I put the statement in, the store link is gone from the screen no matter who I log in as...

<tr><td>
{if $smarty.session.level==1 || $smarty.session.level==2 || $smarty.session.level==3}<a href="modules.php?mod=seller_store" class="whitelink">My Store</a>{/if}</span></td></tr>

I assume that this checks for the three user levels and allows the link to appear if they are true... In the event that none are true, the link is not displayed.

Any ideas why this simple little thing might not work for me? I would like to adapt it to other areas where data only appears if the user is logged in...

Thanks

Last edited by bgordon : 09-04-2006 at 07:53 PM.
Reply With Quote
(#3)
Old
juven14 juven14 is offline
Moderator
juven14 has a spectacular aura about
 
Posts: 1,690
Join Date: Mar 2006
Location: NJ/NYC Area
Default 09-05-2006, 08:12 AM

Replace:

{if $smarty.session.level==1 || ...

With:

{if $smarty.session.userlevel==1 || ...


Regards,

John
mods.auscity.com
v3.1.5 Developer

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
(#4)
Old
bgordon bgordon is offline
Senior Member
bgordon is on a distinguished road
 
Posts: 117
Join Date: Aug 2006
Location: Georgian Bay, Ontario Canada
Default Thanks - 09-05-2006, 12:07 PM

That worked. I got that code from the help file included... it should be updated to avoid this same problem with the next guy that buys it.

Is there a resource that shows all the function or variables that I can call in the PHP pages and the options for each function? It does not appear in the manual.

Thanks
Reply With Quote
(#5)
Old
juven14 juven14 is offline
Moderator
juven14 has a spectacular aura about
 
Posts: 1,690
Join Date: Mar 2006
Location: NJ/NYC Area
Default 09-05-2006, 01:23 PM

I don't think so, if you need something specifically you can ask here. You can use the debug function to see what variables are being passed to the templates.

Just add debug=true to the query string and it should popup a window with all the variables/arrays being passed to the templates.

The developer version is recommended if you want to do a lot of custom work.


Regards,

John
mods.auscity.com
v3.1.5 Developer

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
(#6)
Old
spaceboy spaceboy is offline
Member
spaceboy is on a distinguished road
 
Posts: 80
Join Date: Aug 2006
Default 09-15-2006, 07:31 PM

I'm having issues adding pictures to the seller store in the HTML editor.

Here's what happens:

...I click on the "insert/edit image," enter the picture url then click "insert" and everything works well... the image shows up in the html editor box.

BUT then when I click "submit" and the modify seller page refreshes to save changes and the image I just entered is not found... I click on the image and find that the url was http://www.theabletrader.com/images/mt_chair4.jpg... and was changed to just http://www.theabletrader.com after the changes were saved.

Any ideas on this?


Lindsay

developer 3.1.5
www.theabletrader.com

Last edited by spaceboy : 09-15-2006 at 07:33 PM.
Reply With Quote
(#7)
Old
juven14 juven14 is offline
Moderator
juven14 has a spectacular aura about
 
Posts: 1,690
Join Date: Mar 2006
Location: NJ/NYC Area
Default 09-15-2006, 07:41 PM

Yes, it sounds like it has changed some since I last looked at it. I'll have to go and download it again and see what's going on. I have some other stuff in front of this so it may be a little while.


Regards,

John
mods.auscity.com
v3.1.5 Developer

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
(#8)
Old
AzHousePro AzHousePro is offline
Junior Member
AzHousePro is on a distinguished road
 
Posts: 13
Join Date: Oct 2006
Default 10-12-2006, 10:56 AM

Trying to install this and I am lost as to where the showlisting or showlisting2 template files are. Can someone point me in the right direction?

Mike
Reply With Quote
(#9)
Old
suzkaw suzkaw is offline
Help you, I will.
suzkaw has a spectacular aura about
 
Posts: 1,814
Join Date: Mar 2006
Location: Belmont, NC
Default 10-12-2006, 11:14 AM

They should be in the templates/default/ folder or change default if you are using another template.


--
Thanks,
Eric Barnes
68 Classifieds
Documentation - Modifications - My Blog

Reply With Quote
(#10)
Old
Chad Chad is offline
Senior Member
Chad is on a distinguished road
 
Posts: 127
Join Date: Oct 2006
Default 10-12-2006, 07:52 PM

I added this mod and editted my own store but how do people see their stores? Is there a URL that I can give people to see my personal store?


Chad
http://www.parrotclassifiedads.com
v3.1.5a Developer Heavily Modified for Classified Ads Broadcasting System
Reply With Quote


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug in Seller Store darek v3.1 Modifications 4 12-15-2006 03:13 AM
Seller Store - Help Jake v3.1 Modifications 2 11-01-2006 10:42 AM
Seller Rating Modification Jake Pre Sales 2 10-25-2006 11:14 AM
Totally lost - Seller Store gregbatch v3.1 Questions & Support 2 08-05-2006 05:33 PM



Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com