DeeperLook
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] One Step Checkout WoocommerceThanks @mjepson You’ve been a great help!
Forum: Plugins
In reply to: [WooCommerce] One Step Checkout WoocommerceHi @mjepson,
I was under the assumption that WC went:
View Product and Add to Cart -> View Cart -> Enter Billing Details in Checkout -> enter Credit Card details -> Confirm Order.
But looking at your screenshot, I must be wrong. Thank you for that.
I wonder then how easy it would be to modify the layout of the checkout page to match that of my original screenshot?
Forum: Plugins
In reply to: [WooCommerce] One Step Checkout WoocommerceHi guys – @mjepson & @captaintheme,
Sorry I think I may have confused you. If you view the link it will show you the layout of the checkout where the address input and payment input are in three columns, saving the user from having to click next to confirm the order.
I don’t wish to skip the cart as the cart is important, I just wish to minimize the checkout experience to one page.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] One Step Checkout WoocommerceHi @mjepson,
Unfortunately, the one page checkout isn’t want I’m after. I need my store to interact like a normal store, not have all the products on one page.
Hi @lorro,
However, this plugin just skips the cart page. I need the Billing Address, Shipping Address, Payment and confirmation all on the one page like this example: https://0.s3.envato.com/files/112322376/frontend.pngForum: Fixing WordPress
In reply to: Automatically Translate WordPress Site Using UTF-8 Not PluginI would rather stay away from Google Translate if possible. Any other suggestions?
Forum: Plugins
In reply to: [WooCommerce] Product Categories Widget Accordion Open On Page LoadOkay, I’ve just done some testing and it seems that it auto opens on the parent and child categories when you’re on their pages.
However, I still need to it auto open when on any page on the website.
Forum: Plugins
In reply to: [WooCommerce] Move sidebar from right side to left on products-category pagesI’ve figured it out, it was a float: styling issue with the actual theme.
Forum: Installing WordPress
In reply to: Blank / White screen in separate sub directory after new install* UPDATE
I had the duplicated folder structure in my /wpsite/ folder. I removed them from the /wpsite/ folder and now I receive 404 errors when i try to access /sub1/ etc.
my .htaccess folder in the public_html folder contains the following yet it still doesn’t work.
php_value ignore_user_abort 1
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/sub1/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/sub2/(.*)$ [OR]
RewriteRule ^.*$ – [L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Any Ideas?
Forum: Plugins
In reply to: [Gravity PDF] Accessing PDF from the front-endOh ok, but what if your users aren’t logging in and instead just submitting a quote or contact form?
Forum: Plugins
In reply to: [Gravity PDF] Accessing PDF from the front-endArhhh, I figured it out. Leave the fid=x what it is for each individual forms, so your contact form might be fid=4, so your link would be:
“https://website.com.au/?gf_pdf=1&fid=4&lid={entry_id}&template=default-template.php”
Forum: Plugins
In reply to: [Gravity PDF] Accessing PDF from the front-endActually, when I’m logged out of my site and click ‘Download’ the link takes me to my wp-admin page :S
Forum: Plugins
In reply to: [Gravity PDF] Accessing PDF from the front-endHi there,
Thats great thanks, however after watching the video and adding the entry ID tags to the right places, my form doesn’t show any data in it. All that is shown in the download pdf file on the front end is grey rectangle with the height of one line and a grey border that surrounds it.
What could I have possibly done wrong?
Forum: Plugins
In reply to: [Gravity PDF] Accessing PDF from the front-endThat online documentation link leads to 404 page.
I’m looking to something similar where a user can fill the form out and view it as a PDF to print after they have submitted it.
Forum: Plugins
In reply to: [Maximum Purchase for WooCommerce] Cart Max disabled on Local PickupOh ok, yeah I hadn’t thought about that. I will have a look. thanks!
Forum: Plugins
In reply to: [Maximum Purchase for WooCommerce] Cart Max disabled on Local PickupThanks Vark,
This is beyond me. Anyway this could be included in the upcoming update?
Thanks Mate.