|
Welcome, Guest.
Please login or register.
Forgot your password?
|
Members
Total Members: 4263
Latest: Cekky New This Month: 0 New This Week: 0 New Today: 0
Stats
Total Posts: 43455
Total Topics: 7557
Most Online Today: 60
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online Members: 1 Guests: 42 Total: 43
|
|
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Topics - ApplianceJunk
16
« on: May 29, 2012, 11:06:40 am »
So I had someone purchase a download as a guest.
They email me saying they did not get the download link. No big deal I forward them the download link in the email they should have received.
They email me back saying when they click the link in the email a message indicates that they do not have permission to view the file.
Come to find out they are a forum member that purchased the download as a guest and then logged into our site.
After some testing I see the download link a guest receives does not work if you are logged into our site as a member.
Is that how it should work?
Thanks,
17
« on: May 25, 2012, 10:06:45 am »
This morning I received our first eCheck for a download.
I got the email from paypal about the eChecking taking time to clear and to wait until it clears to ship.
I just went ahead and emailed the guy a download link through dropbox, but was wondering what other options I may have.
Is there any way from the store admin panel to manually process a download order that I receive a eCheck for so the customer can receive the normal email about their purchase?
I looked around but did not see anything.
Thanks,
18
« on: May 25, 2012, 09:42:09 am »
When a member reaches their daily download limit they see this message. You have reached your free download daily limit of 6 I would like to add some text after the number 6. I searched all files for $txt['downloads_txt_day_limit'] and found this in Downloads2.php //$totalRow = $smcFunc['db_fetch_assoc']($dbresult); $totalRow['total'] = mysql_num_rows($dbresult); if ($totalRow['total'] >= $maxdownloadsperday) fatal_error($txt['downloads_txt_day_limit'] . $maxdownloadsperday, false); else return true; }
I'm thinking this is were it gets the number to display at the end of the sentence and were I need to add text if I want it to display after the number. Is that correct? If so could you give me a example of were I would add any additional text. I'm thinking I would echo the text at the very end, but I'm not really sure about the whole thing at this point. Thanks,
19
« on: May 23, 2012, 05:17:53 pm »
Would be cool if we could ban individual members from downloading.
Have it so they could still see the download page and button, but get a message... "you do not have permission to download this file" when they click the download button.
What do you think of that?
20
« on: May 21, 2012, 08:31:18 am »
I had a customer contact me this morning saying yesterday they purchase a download and did not get it, so they registered and purchased it a second time and received it. They were contacting me asking for a refund for the first download. To start with I think they did receive the email for the first download, as I got a copy of it myself. Anyway my question is about the refund. Not yet thinking this morning I just went to paypal and did the refund from the paypal website, but then after I did the refund I get a email from the store. Store IPN AMOUNT CHANGE
IPN Amount change detected. The amount sent (-4.95) did not match the amount due. Is there another way to do refunds? Should I have done it through the store some how instead? Thanks,
21
« on: May 17, 2012, 02:00:18 pm »
On the bottom of the page that shows a product is a 'Viewers' link.
Is it showing me who viewed that product just today or since the day I added the product?
SMF store is awesome!
22
« on: May 14, 2012, 11:07:12 am »
I have a few files that seems to larger to upload so I'm wondering about this option. Import File Path If the file is too large to upload via a form. Then enter the full path on your webhosting to the file. What is the best way to do this so they are secure? Should I just create a folder in the public_html? What about file names? If I have a file called 123washermanual.pdf would I be better giving it some random file name or don't it really matter. I would like to keep the .pdf files I would be using for the store on my web host privet so google don't find them. What would you suggest is the best way? Thanks,
23
« on: May 14, 2012, 08:14:52 am »
As shown in the attachment, on the bottom of the main page I have a single product listed even though I have many products in our store.
The product that is shown (dvd/cd) is the only product we have for sale that is not a download.
So I'm not sure if that's why it's the only product showing down there or not, but in any case I don't want any products show at the bottom of the main page.
In setting, Layout>Store main page settings I don't have anything checked.
As a side not in Layout>Category Display Settings it does not seem to matter if I have 'Show picture' checked or not, if our product has picture it is shown. Not a big deal just thought I would let you know incase it's effecting anything else.
24
« on: May 13, 2012, 11:19:31 am »
Every time I sell a download items I get a email that says this in it.
Not sure why. Even through they are different downloads from the store it's always id=0
License codes low for FileID: 0 http://appliancejunk.com/forums/index.php?action=store;sa=viewlic;id=0
Seems everything is working ok. They seem to be getting the download and I'm getting the paypal emails and payments, just wondering why this email message every time.
Thanks,
25
« on: May 12, 2012, 10:57:07 pm »
When I change the settings in Max thumbnail height and width it does not seem to effect the thumbnail sizes at all.
Is this setting for all thumbnails or just ones in the index or on just the product page?
27
« on: May 12, 2012, 06:47:48 am »
I would like to let guest purchase digital downloads.
I see these to option.
1. Allow Guests to purchase items without a membership on the forum. Note: This will not work for digital products 2. Guests can purchase digital downloads using secure download link
The first one says it will not work for digital products, so on number 2 what is a secure download link?
Thanks,
28
« on: May 08, 2012, 10:35:16 am »
I already use the ad location for 'Inside First Post', but would also like to create a new ad location for 'Inside Last Post'.
Just like I notice you have in the forum here.
I see were the code for "Inside First Post" was placed in Display.template.php
Just after...
// Show the member's signature? if (!empty($message['member']['signature']) && empty($options['show_no_signatures']) && $context['signature_enabled']) echo ' <div class="signature" id="msg_', $message['id'], '_signature">', $message['member']['signature'], '</div>';
is this code for "Inside First Post".
// Begin Ad Seller Pro Location - Inside First Post if ($message['id'] == $context['first_message']) { global $sourcedir; include_once $sourcedir . "/adseller2.php";
$adSellerAdData = ShowAdLocation(6); if ($adSellerAdData != false) { echo $adSellerAdData; } } // End Ad Seller Pro Location - Inside First Post
I'm not sure though were to place a new ad code for "Inside Last Post".
Could you once again point me in the right direction?
Thanks,
29
« on: May 06, 2012, 10:40:00 am »
In the default theme for SMF 2.0.2 under » Administration Center » Registration » Settings there is the option to "Send pm to new members".
Is it possible to place a ad location in the PM that would get sent to new members?
If so what template should I look at for placing the ad location code?
Thanks,
30
« on: May 04, 2012, 09:33:00 am »
I would like to create a simple text ad that is placed inside the first post.
There is already a location for this, but I need help with the ad code itself.
I would like to automatically display the topic title in the ad code and make a link out of it.
So for example:
If the topic title is, "Maytag washer not doing nothing" I would like to have my ad code create a link using that title.
<a href="http://AffiliatePartsSite.com">Maytag washer not doing nothing</a>
The above is just a example as i'm not sure exactly what I'm going to do with it yet, but what to know if something like that can even be coded to work before I get to carried away with idea's for it.
Thanks,
|
[Mod]Tenor Posting Animated Gifs
by SMFHacks
August 30, 2024, 04:04:26 pm
|
List of other errors after installing and trying to use
by SMFHacks
August 27, 2024, 02:15:52 pm
|
Subject Error
by SMFHacks
August 27, 2024, 02:15:46 pm
|
Store Not Logging Transactions or Sending Emails for Paid Items, Free Items Work
by SMFHacks
August 27, 2024, 05:26:52 am
|
Don't Know How to Unhide Previously Hidden Items in Latest SMF Store 5.0
by Michael Vail
August 26, 2024, 11:38:33 pm
|
Undefined array key "session_var" and Undefined array key "session_id" Errors
by SMFHacks
August 26, 2024, 11:10:54 pm
|
SMF Links Error
by yamiacaveman
August 22, 2024, 06:21:53 pm
|
HTTP Error 500
by SMFHacks
August 20, 2024, 12:28:53 pm
|
Site upgrade to 2.1
by live627
August 18, 2024, 02:47:33 am
|
Uninstall issue and new licence no email
by landyvlad
August 16, 2024, 08:05:48 am
|
|
|