thetoolman123
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Best way to input PHP form into WP/Database?Thanks for the reply.
I am currently creating the database so I may come back for some help with the spreadsheet side.
Forum: Plugins
In reply to: [WooCommerce] Using product category as the main shop page?Thanks for the reply.
Yes, that would probably be my best option.
Thanks for the reply.
I haven’t received any confirmations when testing. I set my test order to completed manually – could that be why?
Forum: Plugins
In reply to: [WooCommerce] Giving a limit of downloads to users?Thanks for the reply. I have just found that option, thank you ??
Is the limit per customer or the total times a single product can be downloaded?
I also had another question regarding this, is there a way to limit the downloads per coupon? So, for example, can I limit a coupon to 50 downloads?
Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Generic Cart Icon/feature in the header?Thank you, I will try that ??
Forum: Plugins
In reply to: [WooCommerce] Best Stripe and WorldPay plugin?Thanks for the reply.
Are there any free options for World Pay?
Forum: Plugins
In reply to: [WooCommerce] products on main domain and subdomainHi,
Thanks again for the reply.
I think I have figured out the redirect using this plugin:
https://nitin247.com/plugin/wc-thanks-redirect/However, my issue is; what if users buy more than one product? I am thinking of somehow displaying a receipt after payment with a list of products and then the links to them.
Or maybe if a specific description can be added to a product only on the thank you/order summary page that contains a link?
Do you have any ideas if this is possible?
Forum: Plugins
In reply to: [WooCommerce] products on main domain and subdomainThanks for replying.
The scenario would be that the details do not need to be transferred over to the subdomain.
The questionnaires will have additional form fields which will then be inputted into a spreadsheet which can be downloaded. The client would like this functionality rather than being stored in WP.
There are multiple questionnaires so each product will have it’s own link that would need to be redirected to.
Forum: Plugins
In reply to: [WooCommerce] products on main domain and subdomainHi,
Thanks for the reply.
Using the woocommerce_thankyou hook you can make a user redirect to a different URL. However, you have to make it dynamic so that the user is redirected to the correct product on the sub-domain.
– Is this fairly simple for a developer to achieve? Or is it quite a lot of custom code?
I’m thinking there doesn’t need to do be any user info on the sub domain as they will be completing the questionnaire after payment where the data will be stored in a spreadsheet, so the main issue would be the redirect. Or am I missing something?
Forum: Plugins
In reply to: [WooCommerce] products on main domain and subdomainHi,
Thanks for the reply.
The client’s ideal situation is as follows:
Main website:
There will be surveys/questionnaires as products available for free (by using a voucher/coupon) and paid for products. I assume these will be virtual products. Once they have paid they will then bounce to the sub domain where the user can complete the questionnaires.Sub domain website:
This will have surveys/questionnaires on this which has the data inputted into a spreadsheet available via the new WP install – this will be custom code.Is this scenario possible?
Any thoughts would be great.
Thanks!
Forum: Everything else WordPress
In reply to: Best way to backup entire website via admin?Thank you very much.
I have installed it and will have a run of it now.
Thanks for all your help!
Forum: Everything else WordPress
In reply to: Best way to backup entire website via admin?Thanks for the reply.
Yes it is a client website.
I have had a look at the “backwpup” one. Does the free version support database downloads? Also, with this one, it will provide me with a download link rather than storing on the server?
Forum: Developing with WordPress
In reply to: Enabling comments with replies on homepageI found the solution which was that I needed to add this:
<?php comments_template(‘/comments.php’); ?>
Forum: Everything else WordPress
In reply to: UX testing plugins?Thanks for the replies, I will look into those.
I also wondered if there are any plugins that are actually UX tools? So maybe something that lets users create mood boards, comment or post notifications on images etc?
Thank you, I missed the part about setting it as an attachment