Forum Replies Created
-
AuthorPosts
-
vocalcoachMember
Hi this info is very useful thanks
‘Sometimes it also helps if you have a line or two above or below the shopping cart that explains how to use the cart. You can add a section called “How to checkout” that tells them how to checkout in 3 easy steps or something like that.’
I really would like to do this – I have looked in the eStore_cart.php and cant really see where i can add some text as it all php and doesnt seem to be any html.
Please can you point me in the right direction so that i can do this. Ideally under the ‘shipping option’ text and before the drop down option.
Shipping Option
–say 3 easy steps etc —-(new text goes here)
Country :
Please click the update button to finalize your change!
I would appreciate any help
vocalcoachMemberIssue now resolved.
My hosting site at Evohosting.co.uk has fixed the issue by commenting out line 316 on the download.php file:
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE)
They said curl was set up correctly on their server. Anyway they did a fantastic job and fixed it.
thanks for pointing me in the right direction I appreciate it.
vocalcoachMemberHi Key Master
thanks for the link.
I have followed the suggestions – everything I have set up was ok on check list, but I have not reset as mentioned on checklist 7 as didn’t know whether that will affect all my other estore settings i have worked on. I did however do what another post by tips and tricks says and reset the ‘Download Validation Script Location’ but nothing seems to work.
I have sent a support ticket to my hosting site to see what they say about their curl settings.
I have also followed the advice on another tips and tricks post ref: wp super cache that has made no difference either.
will let you know what my host company say.
thanks for your help so far , i appreciate it.
p.s. I tried download methods 2-6 and even 7 but no difference. I have put it back to method 1 for now.
vocalcoachMemberThanks Key Master
I have moved on and now got download links appearing ok, but they dont work – i get this error
‘Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /public_html/successfulsinging.com/wordpress/wp-content/plugins/wp-cart-for-digital-products/download.php on line 262
cURL transfer options could not be set. Please let us know. Thank you!’
my php on server – safemode is off i have checked
I have checked the download manager debug error log and below is what it says
[09/20/2011 8:31 PM] – Advisory : Log file reset.
[09/22/2011 9:13 PM] – Status : Unresolved DL file path = http://www.successfulsinging.co.uk/afolder/WONDERFULCHRISTMASTIME.mp3
[09/22/2011 9:13 PM] – Status : Resolved DL file path = http://www.successfulsinging.co.uk/afolder/WONDERFULCHRISTMASTIME.mp3
[09/22/2011 9:13 PM] – Advisory : No DL file path conversion performed on URL.
[09/22/2011 9:13 PM] – Advisory : URL aware fropen() disabled, forcing cURL…
[09/22/2011 9:13 PM] – Status : Dispatching DL method = 7
[09/22/2011 9:13 PM] – FAILURE : Error on curl_setopt()
folder names in log changed for security
I really dont know if there is something i can tweak somewhere as at a loss what to do.
I have checked out forum and there seems no similar problem that i could find.
I am unfamiliar with curl
If you could spare a moment to point me in the right direction i would be very grateful
thank you.
vocalcoachMemberThanks for reply it is really appreciated
I will take a look at the videos for sure, as no, I haven’t seen them! Must have missed them somewhere before.
‘You did read the sales page before purchasing it from that page right?’
Not sure what you mean by that?
I have just done a paypal sandbox test and it seemed to work for the majority of it – just a few failure issues to work through on the debug page namely
FAILURE :IPN product validation failed.
Once i have watched the videos I am sure they will enlighten me to where i am going wrong.
Thanks so much
vocalcoachMemberThanks ever so much for your very prompt reply.
The video tutorial was fantastic, I think his name was Kirk, a wonderful presentation – it certainly made my basic understanding of phpmyadmin improve and I followed the basic idea and it has worked and my products are now added.
Thankyou so much.
I am not 100% sure but I think the database uses column A as the I.d. value and the file i was uploading originally was using column A as the ‘name’ value and that may have confused it?
thanks again you wonderful people.
vocalcoachMemberHello
Did this issue get resolved?
I have a simiar issue of which i cant work out
please find details listed below
I would appreciate some help if anyone has experienced the following problem.
I have installed the wp csv to database plugin. works ok with a test using the same layout as in the test file.
I have saved xl sheet as a windows comma separated value .cvs ( I am using a Mac and read previously to use this format for mac). I have ftp the file to the correct location. I have also used the plugin upload option also. The problem is I get an error it seems, if I export anything more than line 16! I have over a thousand products in this csv file.
example of error is
Error occured while trying to import!
Insert into the Database failed for the following Query:
INSERT INTO ss_wp_eStore_tbl (name,price,product_download_url,downloadable,ship ping_cost,available_copies,button_image_url,return _url,sales_count,description,thumbnail_url,variati on1,variation2,variation3,commission,a1,p1,t1,a3,p 3,t3,sra,srt,ref_text,paypal_email,custom_input,cu stom_input_label,variation4,aweber_list,currency_c ode,target_thumb_url,target_button_url,weight,prod uct_url) VALUES (‘GIRLS ON FILM – DURAN DURAN’,’1′,’www.successfulsinging.co.uk/BT-Folder/GIRLSONFILM.mp3′,’yes’,”,”,’http://www.successfulsinging.com/wordpress/wp-content/plugins/wp-cart-for-digital-products/images/add-to-cart-10.gif’)
Insert into the Database failed for the following Query:
INSERT INTO ss_wp_eStore_tbl (name,price,product_download_url,downloadable,ship ping_cost,available_copies,button_image_url,return _url,sales_count,description,thumbnail_url,variati on1,variation2,variation3,commission,a1,p1,t1,a3,p 3,t3,sra,srt,ref_text,paypal_email,custom_input,cu stom_input_label,variation4,aweber_list,currency_c ode,target_thumb_url,target_button_url,weight,prod uct_url) VALUES (‘GIVE A LITTLE WHISTLE – DISNEY PINOCCHIO’,’1′,’www.successfulsinging.co.uk/BT-Folder/GIVEALITTLEWHISTLE.mp3′,’yes’,”,”,’http://www.successfulsinging.com/wordpress/wp-content/plugins/wp-cart-for-digital-products/images/add-to-cart-10.gif’)
I have re done the csv file as it seems the error stats from line 17 everytime no matter how many lines are in the file.
during testing anything with 16 or less lines work!
is there a php file i can edit to make the list unlimited or at least a 1000 lines?
would be very pleased if someone has the answer
thanks in advance
-
AuthorPosts