View next topic
View previous topic
Post new topic   Reply to topic
Author Message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 756

PostPosted: Wed Mar 28, 2007 8:02 pm
Reply with quote

Please post what features you would like to see in the next version of the Digital Shop.

So far, the planned features are:
Template driven email purchase notifications/receipts.
Allow Items to be added as free downloads.

Update: This version has been released!


Last edited by gotcha on Thu Apr 19, 2007 2:26 am; edited 1 time in total 
View user's profile Send private message Visit poster's website
MASsIVE




Joined: Mar 25, 2007
Posts: 27

PostPosted: Thu Mar 29, 2007 12:04 am
Reply with quote

Give admin options

One Id like to see is in config or for each product to enable approvals before the download info is sent out, this will help with fraud attempts any suspicious orders can go through approval process rather then IPN responding saying the purchase was fraudulent and culprit has the download Sad

March 27 07
SEF's
Rate system (star rating)?
CSS based vertical rate?

NEW March 29 07
- How about adding a clone option or duplicate?
- On hover for the item link in modules.php?name=Digital_Shop&do=administer&act=item_manager one of the images (1st?) appear in a small popup window, this will help when trying to find a specific product.

Ill keep adding here when I think of more Cool


Last edited by MASsIVE on Thu Mar 29, 2007 6:14 pm; edited 5 times in total 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 756

PostPosted: Thu Mar 29, 2007 1:40 pm
Reply with quote

I like the manual approval idea Smile

There is already a rating system, so I'm not sure what you mean by this:
Quote:

SEF's
Rate system (star rating)?
CSS based vertical rate?
 
View user's profile Send private message Visit poster's website
MASsIVE




Joined: Mar 25, 2007
Posts: 27

PostPosted: Thu Mar 29, 2007 3:53 pm
Reply with quote

More of a way to display the rating in images such as stars or vertical css bar(s)

SEF's : Search Engine friendly URL's
/shop/products/cat1/item2
Usually htaccess file editting for this
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 756

PostPosted: Thu Mar 29, 2007 5:14 pm
Reply with quote

It comes with the google tap files for nuke, which makes the urls nice and short.
And the rating images can be replaced by just overwriting the ones included.
 
View user's profile Send private message Visit poster's website
MASsIVE




Joined: Mar 25, 2007
Posts: 27

PostPosted: Thu Mar 29, 2007 6:01 pm
Reply with quote

Sounds great Ill have to do more testing Smile

Quote:
It comes with the google tap files for nuke, which makes the urls nice and short.
And the rating images can be replaced by just overwriting the ones included.


Where do I enable this ^^
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 756

PostPosted: Thu Mar 29, 2007 6:14 pm
Reply with quote

You'll have to install GoogleTap, GT-nextgen, or ShortLinks.
ShortLinks is the newest so you will probably want to use that one, the other 2 are old and unsupported. Get ShortLinks at montegoscripts.com

Then in your package you will see a folder called extras.
Inside the GoogleTap folder you will find GT-Digital_Shop.php and htaccess.txt.
Upload the GT-Digital_Shop.php to your ShortLinks folder and add the contents of the htaccess.txt to the .htaccess on your site.
 
View user's profile Send private message Visit poster's website
xGSTQ




Joined: Dec 13, 2005
Posts: 91

PostPosted: Sat Mar 31, 2007 12:34 pm
Reply with quote

Hey Gotcha

Idd like to see an actual number next to the reviews, for the submitted reviews, its doing my head in clicking the reviews tab to see if some one has wrote one !

let me think of some more ! Very Happy
 
View user's profile Send private message
MASsIVE




Joined: Mar 25, 2007
Posts: 27

PostPosted: Sat Mar 31, 2007 3:38 pm
Reply with quote

- How about adding a clone option or duplicate?
- On hover for the item link in modules.php?name=Digital_Shop&do=administer&act=item_manager one of the images (1st?) appear in a small popup window, this will help when trying to find a specific product.
 
View user's profile Send private message
Guardian




Joined: Dec 09, 2006
Posts: 249

PostPosted: Tue Apr 03, 2007 5:38 pm
Reply with quote

Allowing items to be added as free downloads seems like a great idea Wink

I also like the proposal to show the number of reviews submitted per item to save clicking the review link as posted by xGSTQ.

I'm not certain of your long temr road map for this project but something I would definitely like to see at some point (not for my own use but for flexibility) is the ability to sell 'services'.
Say for example you can create a number of service 'categories' with an assigned costs, then a number of assigned service 'sub-categories' with an attached cost it should then be possible to dynamically create a user form to sell 'services like hosting, theme design, installation or anything else for that matter.
E.g. an 'Installation' service category might be assigned a null cost but there might be service sub-categories like 'Modules' with an assigned cost of $10 (the starting costs) then depending in the module that a user wants installing, these can be assigned further costs (perhaps using a drop down list or something).

This would seriously expand the functionality of the base script from what is essentially a downloads module to a fully fledged 'shop'.

I just hope this post does not open up a huge can of worms Smile

_________________
Code Authors Nuke Reviews 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 756

PostPosted: Tue Apr 03, 2007 7:23 pm
Reply with quote

To see waiting reviews count, you can drop this bit of code into the adminblock function in mainfile.php....

php:
 $rvl $db->sql_numrows($db->sql_query("SELECT id FROM shop_reviews WHERE approved='0'"));
    
$content .= "<strong><big>
& middot;</big></strong><a href='modules.php?name=Digital_Shop&do=administer&act=reviews'>Reviews</a>: $rvl<br />"


I'll still work it into the next release, but this makes it even easier Smile
Keep the great ideas coming, even if they don't make it to the next release, they will still be on the table for future versions.
 
View user's profile Send private message Visit poster's website
MASsIVE




Joined: Mar 25, 2007
Posts: 27

PostPosted: Tue Apr 03, 2007 9:18 pm
Reply with quote

After adding add client might want to have them appear under client manager as well, maybe have item id's on drop down from "Add Client" once selected the thumb appears to the right, this will help for sure.
 
View user's profile Send private message
MASsIVE




Joined: Mar 25, 2007
Posts: 27

PostPosted: Thu Apr 12, 2007 4:32 pm
Reply with quote

How about a currency converter something like this will help client.
 
View user's profile Send private message
Guardian




Joined: Dec 09, 2006
Posts: 249

PostPosted: Fri Apr 13, 2007 4:11 am
Reply with quote

You could simply add this free one, it is only one line of code and is free for 10,000 requests per month - http://dynamicconverter.com/

Or there is a java script one here - http://www.oanda.com/products/currencyconverter/demo-converters.shtml

Make sure you also include a disclaimer about the accuracy as the conversion rate shown on the site may be slightly different to the one that PayPal uses.

_________________
Code Authors Nuke Reviews 
View user's profile Send private message
MASsIVE




Joined: Mar 25, 2007
Posts: 27

PostPosted: Sat Apr 14, 2007 4:00 pm
Reply with quote

I was suggesting more for on the fly pricing, when user selects USD, CAN EUR etc the prices on the products change as well, simply add the currencies in admin area, place current currencies in admin set the default and the drop down from frontend should dynamically change all product prices and symbol
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours