DaWebmaster
Forum Replies Created
-
Also a second follow up question:
How can I restrict a customer to only be able to purchase from one vendor at a time. Meaning customer has product from Vendor A in cart, if he attempts to add a product from Vendor B it lets them know they can only purchase from one vendor at a time.Forum: Plugins
In reply to: [Date Time Picker for WPForms] 12 Hour Functionality Not WorkingHi, any update? This is a urgent issue I hope we can fix asap
Forum: Plugins
In reply to: [Date Time Picker for WPForms] 12 Hour Functionality Not WorkingFor clarification here is a video of the issue: https://youtu.be/um5oxuSKins
Issues are, I cannot easily scroll on the time as it keeps selecting a time and the auto select option
Forum: Plugins
In reply to: [Date Time Picker for WPForms] 12 Hour Functionality Not WorkingThank you kindly for the fast reply and your assistance so far. I am using a date field and the walwpf-datetimepicker field and its working great. I have some very minor issues I hope you can assist with.
Issue 1:
On mobile I can’t really scroll down easily on the time. As I try to scroll it is touching a time and closing out which is bit a bit annoying. I would like it to function like this calendar on https://bit.ly/3dUACrp .. It is the same date time calendar (not a plugin) however I can more easily scroll without it accidentally selecting a time. Can you give me a fix for this issue?Issue 2:
The interval time goes up to 30 mins. Is it possible to have the time increment up to 60 mins (e.g. 9:00 AM, 10:00 AM, 11:00 AM)Issue 3:
The text boxes at times seem to have auto complete or auto suggest. Any idea how I can remove?Thanks again!
Forum: Plugins
In reply to: [Date Time Picker for WPForms] 12 Hour Functionality Not WorkingOk I purchased Premium but still having a few issues.
Issue 1:
I want one single box for date and time (a date time picker in one box like your demo). I cannot choose the date time option because that gives me two boxes.So instead I chose the time and put the class “walwpf-datetimepicker”.
The issue with doing that is that I still get the mini time field which I dont want to show. Instead I want the date and time next to each other like your demo. (see this screenshot: https://prnt.sc/119e7wh). I also tried it with the “Date” but the same issue. A calendar appears over it which I dont want.
Issue 2:
I have my time limit box set to 9:00 AM to 6:00 PM however the time selection shown is starting at 12 am for some reason. Why is this? (see screenshot: https://prnt.sc/119e9ux)Issue 3:
Also, I am getting this error message for some reason: https://prnt.sc/119eab6
I selected a date and time with the am/pm prefix. Why is that still shown?Issue 4:
Once I have the other issues fixed, I will need to pass the date and time field to the URL query string. So I will need to seperate the values and pass it as a query string to the url. I know for other fields I can get the value by using this {field_value_id=”THE_ID”}.. How will I do it to get the date and time field for your values?Thank you for your time and I look forward to your replies.
Hi,
Any sample code or documentation on how to hook in and add those fields?
Hi,
Can you tell me what code file I would need to edit? Would it be possible to easily integrate a third-party plugin without having to trouble the coding?
Also what is the cost to have this coded in?
Forum: Plugins
In reply to: [2Checkout Payment Gateway for WooCommerce] Repeat Issue of Pending PaymentThank you for the awesome support guys.
Forum: Plugins
In reply to: [2Checkout Payment Gateway for WooCommerce] Order Pending Still an IssueHi thank you for all your help so far! I sent you an email.
Forum: Plugins
In reply to: [2Checkout Payment Gateway for WooCommerce] Order Pending Still an IssueHi,
Thank you for the reply. I followed the link you sent and set up everything as per the instructions. I then went ahead and updated the plugin to the latest version (3.1) but the issue still persists. I ran two test orders and it seems to be stuck on Pending Payment even after payment has been made.
Forum: Plugins
In reply to: [2Checkout Payment Gateway for WooCommerce] Order Pending Still an IssueSorry if topic duplicated, wordpress appeaed to not send it the first time. Hoping for a fix though. thank you again.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Add in meta informationI found this:
<?php
if ( !empty($item[‘product’]) && $location = get_post_meta( $item[‘product’]->id, ‘Location’, true ) ) {
echo ‘<div class=”product-location”>Location: ‘.$location.'</div>’;
}
?>But when I replaced $location with my meta which is order_card_message it doesn’t work. What am I doing wrong?
Forum: Plugins
In reply to: [WooCommerce] PayPal IPN Request FailureIt seems to be an issue with PaPal as splashingpixels pointed out (Thank You!) .. @r9tee and everyone else I don’t know if this solution will work for you. My store only sells digital goods so if the IPN fails and a customer does not receive their order my Order Confirmation page addresses the issue.
Just a simple note advising customers that if they dont receive email confirmation or delivery of the electronic item they should send an email. I can then sign into woocommerce and change the pending status to completed which would dispatch the order.
Forum: Plugins
In reply to: [WooCommerce] PayPal IPN Request FailureI’m hoping someone has a solution. Everything seemed to be working fine last night when I did testing of my store. Now all my orders are going to “Pending” even though payment has been received.
I enabled logging and saw this error:
01-28-2013 @ 19:51:39 – Generating payment form for order #202. Notify URL: https://[MY_SHOP_URL]/?paypalListener=paypal_standard_IPNPayment was credited to my account because I got it. I attempted to go to the URL above and got the message “PayPal IPN Request Failure” .. However I got the same message last night when it was working successully.
Forum: Plugins
In reply to: [WooCommerce] Grouping Products by different SellersNo solutions ? ?? I’d love to be a contributor and help with this feature. I think the idea can be accomplished. It would involve adding a new section under “Add a Product” where users can create a Seller Group and assign a product to that Seller Group. Then Reports could be generated from the Reports section for a particular Seller Group detailing total products sold for a period.
Any thoughts at all I would appreciate it.