technkl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple location websiteHi @ericaholland16, I wrote the article linked above so I think I may be able to answer your questions as I did write it from a WordPress-centric view. There is no need to have a different menu or use a multisite network for a multi-location business.
The best way to do it is exactly as I laid out in the blog post, one site with one domain that has all the general information about your business (shared information between all locations) and then have a separate section that covers the unique details for each business location on separate pages within the overall website.
That means you might have a link in the top navigation that says “Locations” which then lists all your locations and depending on how many unique services area at each location you might actually have a page for each location.
Does that help more?
This solution worked perfect but I’m now trying to put another custom field in the PDF template and for some reason when I formulate it exactly as the above (minus one option) it makes the whole PDF blank.
It’s a radio button option with only two options that can be in the custom field (or it could be blank if it’s old).
Right now I have this in there:
$order_delivery = $this->get_custom_field('_wccf_cf_order_delivery'); echo $order_delivery;
It works like that for putting the field in there but it prints the exact custom field which means it’s lowercase and with an underscore. Is there a simple way to define that if the value is home_address then it prints as Home Address?
I still don’t understand why the above code doesn’t work modified. Maybe I just messed up the modification (which I did triple check).
That absolutely worked perfectly just as you put it. Thank you so much! I created a new row in the table outside the order loop and placed this loop in there and it now shows after the order details.
Thank you!
I was able to use the plugin you mentioned in the guide to find the ID of the custom field. It was _wccf_cf_temp_packs but here’s a link to how it looked with additional fields below it: https://drive.google.com/open?id=0B4YMBFXALG_GM1ZERzhUME4tMG8
It is a select box that on order checkout gives the buyer 3 options (they can select all 3) and it adds a temperature pack to their order.
Here’s what it looks like when they’re on check out: https://drive.google.com/open?id=0B4YMBFXALG_GMDV0NlAwaEhwamc
I used this code to try to put the custom field in the packing slip:
<?php $this->custom_field('_wccf_cf_temp_packs'); ?>
and it still shows up as blank. Not sure what code to use to get it to display if and what temperature pack is in the order.WPZoom helped me solve it with your info, thank you.
It was one line of code they pointed me to change it from dropdown to wpzoom-dropdown and the problem was resolved.
Appreciate your assistance.
I emailed WPZoom to see what their suggestion is, will follow back up here when I hear back.
Sorry for the misunderstanding, rough week ?? Not angry at you, just frustrated by this oddity.
There it is on a test server with all plugins disabled except for Wordfence and Sprout Invoices.
Would you like me to duplicate my website and then leave it up on that instance so you can check it out live? Would that help more than a static screenshot?
Screenshots don’t capture issues in action… I’m trying to work with you the best I can, but I hardly see how a screen shot of the actual website will help, I’m not interested in re-enabling the plugin when it disables my website navigation. I captured the most pertinent parts of it.
Thank you.
I have an image of the HTML from the Google Chrome inspector. It happens with all browsers though, I first found it on Internet Explorer 11:
Here’s the HTML before I click:
https://drive.google.com/file/d/0B_csG2W4PjmsamJPSzVld3dqNU0/view?usp=sharing
And then after I click:
https://drive.google.com/file/d/0B_csG2W4PjmseW9PWWNqWTFpdjg/view?usp=sharing
Notice the added style=”display:none;”
I don’t think I need to provide a screen shot of the actual page, just imagine it with a menu bar (one that’s sticky across the top and one that’s in the header section) and then after click they both dissapear. They’re nowhere to be found, they’ve been hidden ??
Hey Dan,
I did a bit more troubleshooting and yes, it does happen when Sprout invoices is the only plugin installed. I tried removing the custom templates also for the invoice and estimate but that didn’t help.
Ah I had completely forgotten about that. W3 Total Cache didn’t move it to the bottom, I had some code in the functions.php script that did it.
Once I removed the code and cleared the cache it worked great.
Thank you Jeremy, works fine now.
Figured a link might help:
https://www.lovelylefflerjewelry.com/accessorize/sets/long-elegant-gemstone-tassel-necklace-set/
Any ideas?
Forum: Plugins
In reply to: [Popup by Supsystic] No success integrating with MailChimpYes, that’s correct.
Forum: Plugins
In reply to: [Popup by Supsystic] No success integrating with MailChimpThank you!