Forum Replies Created
-
AuthorPosts
-
HafnerDesignsMember
I will try that… However, I have more information. I resent the links as just the encrypted without the shortener. The client’s customer tried the new links using IE and got the same message. My client tried the links on two machines. One machine worked the other did not. I have no clear consistent information. I used Firefox, my client uses Safari and possibly IE and her customer used IE. Firefox worked.
HafnerDesignsMemberThank you, @wzp. I guess for now we’ll have to advise customers to use their desktop/laptop computers to do the downloads.
HafnerDesignsMember@wzp, thanks for the link, but it’s not answering the problem of downloading mp3 files on a mobile device. I have one client who has all mp3’s on S3 server and we’ve got the Content-type set to audio/mpeg and the Content-Disposition set to attachment. This is not allowing mobile safari to download. I don’t see a Content-Type for ‘application/octet-stream’ as stated in that post. Perhaps this code is too old then?
<FilesMatch ".(?i:pdf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>The point is, no matter what, I can’t get a link to download using Safari or Chrome for iPad. Since you can’t really right click, you can’t save it.
There do seem to be iOS downloaders available but they don’t seem to download a streaming MP3. Also, using an enabler for either browser would mean jailbreaking a device. I don’t think I want to go that far.
Am I doing something wrong?
Thanks
HafnerDesignsMemberIt shows up now, in the side bar. I found that I could not use the “Base shipping” in the shipping settings unless I also had a shipping price on the product. However, if I left the base shipping off, but added shipping variations in the settings area, then with each product I set their shipping for domestic shipping, then the variations show up and the base shipping for each product added onto that.
I suspect that when my client decides on his pricing structure for shipping that the “Base Shipping” in the settings area can be used to construct other costs. IDK yet.
HafnerDesignsMemberI did find that check box… is that a timthumb program that runs there? There have been a lot of exploits with that file and could be the reason it is blocked.
Thank you for your help.
HafnerDesignsMember@wpCommerce How do I fix this?
HafnerDesignsMember@wzp Thank you for the link. I had already reviewed that before posting here. It doesn’t really cover the problem I have.
All product pictures disappear unless I log into wp dashboard. I was trying to see if it might have to do with Better WP Security because that is when I started noticing the problem. Even now, whilst not logged in, there are no visible images [http://storytellin.com/store/books/]
HafnerDesignsMemberI’m having this problem with eStore. I have an accumulation of txt files in /wp-cart-for-digital-products/lib/cache … Can these be deleted? If so, what is the best way to do this so that I don’t cause problems with the cart? I have version 6.2.2 installed currently.
Thank you,
HafnerDesigns
HafnerDesignsMemberI wanted to update my post. Last night I installed a plugin called “Slick Social Share Buttons.” I had some trouble with the installation of this plugin & placed a help ticket to that author. So, sitting here reading all the threads for the lightbox failure got me thinking about what I installed. I deactivated that plugin & now my lightbox works.
Thanks.
Heidi
HafnerDesignsMemberKey Master,
Thanks for your help. I see that I misread a post above. My client was dissatisfied with using the “Collect Customer Input” field. She was concerned that the educational institutions may find this confusing.
As per your links above, I did contact PayPal Merchant Services to see if their side had more to go on… including your suggestion. I don’t know how I would do what was suggested. Here is what she said.
“I would recommend using our “no_note” and “cn” variables to display a link on the PayPal checkout page that the customer can click on to add a PO number.
Setting the no_note value to 0 tells us to prompt the customer to enter information when they decide to check out. Setting the cn variable tells us what text you want us to display on the link that they click on to add that information.
Here is an example that you can put into a blank HTML file to test. This is a Buy Now button, therefore you will not have the page between selecting an item and getting to the PayPal checkout as you are seeing with your Add to Cart button:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="Your client's PayPal email address"> <<<<<
Be sure to change this value <input type="hidden" name="lc" value="US"> <input type="hidden" name="item_name" value="asdf"> <input type="hidden" name="amount" value="1.00"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="button_subtype" value="services"> <input type="hidden" name="no_note" value="0"> <input type="hidden" name="cn" value="Add PO Number"> <input type="hidden" name="no_shipping" value="2"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>However, I’m not sure where this could go. I believe the “button” is within some of eStore coding. Is this correct?
Thank you for your help!
HafnerDesignsMemberThis will work for now, but it seems kludgy. My client has multiple items in her store. Her customers may find this method unprofessional.
What would be even more helpful is a way to make one spot available before checkout that is used for the whole order then transmitted to the PayPal receipt and the seller.
However I am grateful for this tip! Thank you.
HafnerDesignsMemberI believe you’re talking about this field inside PayPal… is this correct? If so, how do you suggest that I trigger that in the store. How would I identify that in the cart?
THanks,
Heidi
-
AuthorPosts