Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › eStore > Admin Functions > Multiple Product IDs
Tagged: admin functions, multiple products
- This topic has 11 replies, 4 voices, and was last updated 4 years, 7 months ago by admin.
-
AuthorPosts
-
February 5, 2017 at 5:58 pm #13980Romeo CrowMember
It would be really helpful to be able to add multiple product IDs in the Admin Functions section of eStore, so that you could get a full list of download links in one go rather than having to manually generate each product ID one after the other (this is similar to the function already built in to the Digital Product URL field of the Add/Edit Product area).
Scenario;
Customer buys three albums from me. Each album is, in itself, a collection of individual Product IDs. The customer then needs new download links, so I want to be able to put in each album Product ID in the Admin Functions section, e.g. “1,2,3”, rather than doing “1”, generating that, then doing “2”, etc.
Is this possible to do? Or can it be added to a future update?
February 5, 2017 at 6:52 pm #75101wzpModeratorHave you tried using bundled products?
February 6, 2017 at 4:17 pm #75102Romeo CrowMemberThanks wzp.
Yes, I already use this function (from above: “this is similar to the function already built in to the Digital Product URL field of the Add/Edit Product area”), but it isn’t quite what I’m after.
That function is handy when adding new products.
It isn’t useful when using the Admin Functions to manually generate downloads.
As per my original post; I want to generate manual download links for multiple products, even when those multiple products are, themselves, multiple products of single products – e.g. they are each an album of 24 individual song file downloads.
That way, if I wanted to generate download codes for 6 x albums (with each album having multiple download files within it) then I want to generate those 6 links in one go, not by doing it 6 times.
(so, it’s basically the same idea as you said, but just in the Admin Functions section!)
Is it possible?
February 6, 2017 at 11:24 pm #75103adminKeymasterThere is no option for that unfortunately.
February 13, 2017 at 4:12 pm #75104Romeo CrowMemberShame, that would be really helpful
April 5, 2020 at 8:25 am #75105MichaelSpectatorHi,
Since the last version upgrade, im now using 8.1.5
Im now getting the error below from wordpress when I try to “generate link” button on the admin functions page, we end up with a blank page. Its a manual download link for customers, we do quite a lot of these for members.
Not sure how to fix, Were do I start?
Error Details
=============
An error of type E_ERROR was caused in line 20 of the file /home/sonofman/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_debug_handler.php. Error message: Maximum execution time of 30 seconds exceede
April 6, 2020 at 12:32 am #75106wzpModeratorTry adding this line into your php.ini file:
max_execution_time = 45
The location is hosting provider specific.
April 6, 2020 at 12:39 am #75107adminKeymasterIt shouldn’t take that long to generate the link so something else maybe preventing that functionality from working. Do you see any other error anywhere when you use the “Manual Encrypted Link Generation” feature?
April 6, 2020 at 1:08 am #75108MichaelSpectatorFatal error: Maximum execution time of 45 seconds exceeded in /home/sonofman/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_debug_handler.php on line 20
There has been a critical error on your website. Please check your site admin email inbox for instructions.
///
20: $fp = fopen($eStore_debug_log_file_name, ‘a’);
///
April 7, 2020 at 7:57 am #75109adminKeymasterThis is strange. What happens if you turn off the debug logging feature in estore?
April 8, 2020 at 7:45 am #75110MichaelSpectatorHi,
Ive worked it out, sometimes i think there should be an age limit when playing with programmable software.
I accidentally had the main product item ID the list of products (products 1,2,3,4,5 in the download link of the ID i was trying to generate links for. ie Product ID 6 – the list generate links was 1,2,3,4,6 instead of being 1,2,3,4,5
All fixed and an easy mistake to make.
Thanks for you patience…
April 8, 2020 at 11:25 pm #75111adminKeymasterhaha. Glad to hear that you got it sorted out.
-
AuthorPosts
- You must be logged in to reply to this topic.