-
Content count
557 -
Joined
-
Last visited
-
Days Won
24
mattjt83 last won the day on August 19 2017
mattjt83 had the most liked content!
About mattjt83
- Birthday 12/21/1983
Profile Information
-
Real Name
Matt T
-
Gender
Male
-
Location
USA
-
Interests
Most anything related to computers, websites, and cooking
Recent Profile Visitors
-
Mary Williams started following mattjt83
-
I had a quick look at that addon and there isn't anything in it that allows you to customize the image shown. You may be able to grab some custom code from the addthis website but I'm not sure since I don't use it.
-
Antonio Garcia started following mattjt83
-
nicolekristen started following mattjt83
-
-
[Contribution] Customer Support Portal
mattjt83 replied to GLWalker's topic in General Add-Ons Support
@GLWalker That would be awesome. If you need some incentive just PM me the details :)- 31 replies
-
- manual order entry
- administration
- (and 3 more)
-
[Contribution] Customer Support Portal
mattjt83 replied to GLWalker's topic in General Add-Ons Support
Typo in includes/modules/header_tags/customer_service/modules/bstour/dashboard.js { element: ".tour-step.dashboard-outro", orphan: true, backdrop: true, title: "Dashboard Complete!", content: "Congratulations! You finished the dashboard tour. Perform any action to take another tour and learn about it. When you complete all the tours, ask an adminstrtor to switch it off for your account." } Should be { element: ".tour-step.dashboard-outro", orphan: true, backdrop: true, title: "Dashboard Complete!", content: "Congratulations! You finished the dashboard tour. Perform any action to take another tour and learn about it. When you complete all the tours, ask an administrator to switch it off for your account." }- 31 replies
-
- manual order entry
- administration
- (and 3 more)
-
mattjt83 started following [Contribution] Customer Support Portal
-
[Contribution] Customer Support Portal
mattjt83 replied to GLWalker's topic in General Add-Ons Support
Found a typo in includes/modules/header_tags/customer_service/template_top.php <div class="alert-message alert-message-succss"> Assuming it should be <div class="alert-message alert-message-success">- 31 replies
-
- manual order entry
- administration
- (and 3 more)
-
[Contribution] Customer Support Portal
mattjt83 replied to GLWalker's topic in General Add-Ons Support
Just noting a couple of errors... in #scModal <input type="email" name="user_email" required aria-required="true" placeholder="Search..." class="form-control" class="form-control"/> In #osModal <input type="text" name="oID" required aria-required="true" placeholder="Search..." class="form-control" class="form-control"/> in #csModal <input type="text" name="search" required aria-required="true" placeholder="Search..." class="form-control" class="form-control"/> All pages are missing (includes/modules/header_tags/customer_service/template_top.php) <!DOCTYPE html>- 31 replies
-
- manual order entry
- administration
- (and 3 more)
-
[Contribution] Customer Support Portal
mattjt83 replied to GLWalker's topic in General Add-Ons Support
@GLWalker Is there a way to edit existing orders? I'm giving this a spin but I didn't see that option.- 31 replies
-
- manual order entry
- administration
- (and 3 more)
-
Can't load the two new topics Harald posted. Are they not publicly available?
-
UK shipping module needed for 2.3.4 BS and works on PHP7
mattjt83 replied to Enzo_UK's topic in Shipping Modules
@burt I thought you had also partially merged into the Matrix? :) -
I've been working on this for a while now but real life has been getting in the way. The difference with mine is just that you don't have to create an account first. Yes, eventually the person will have to enter the data regardless but it's how they perceive the task that matters. I think it's very important to understand your customers and design your site/checkout experience around that. If most of your customers are one-off sort of things than a guest checkout can make a lot of sense.
-
Here's a good article: https://www.smashingmagazine.com/2017/05/better-form-design-one-thing-per-page/ I might actually rework my checkout with this in mind.
-
I had a one page checkout on my site and it led to all sorts of issues. It was inherently glitchy and confused customers. After that I decided to code and sell Better Checkout. I still use it on my site but I do not sell it anymore because I don't like all the changes required to make payment modules work properly. Basically, your customers can checkout with or without an account and it's seamless. It splits the checkout up into manageable chunks for customers and is easier to maintain code-wise. You are welcome to check it out on my site and see what you think maybe just to get some ideas. Mine is highly customized. The more that I read on the topic it seems that people in general do better with small simple checkout pages and don't mind having to complete 3 or 4 SIMPLE steps (pages).
-
I believe if you are using the PayPal App and are up to date with it you should be fine.
-
PayPal App for osCommerce Online Merchant
mattjt83 replied to Harald Ponce de Leon's topic in News and Announcements
Thank you for the update to fix the alignment @@Harald Ponce de Leon -
PayPal App for osCommerce Online Merchant
mattjt83 replied to Harald Ponce de Leon's topic in News and Announcements
@@Harald Ponce de Leon That corrects the alignment issue for me :)