ksolans
Forum Replies Created
-
Thank you again for the follow up. I was able to use an ‘if’ to check for a parent. In case anyone else was trying to do this …
foreach($categories as $c){ if($c->parent == null) { // My Product Info } }
That did the trick, thank you.
I’m sure I can work it out, but would you also know how to just display the top level (parent) categories?
Thanks for the help!
Thanks for getting back to me so quickly. I gave the provided code a try but with no luck. It is like it didn’t recognize “EcommercewdModelCategories()”. Since this is a standard page using a custom template, could I be missing a call to a script in that template? I haven’t added anything else to the page, so it should be a conflict there.
Let me know if you want me to post the full template. My site is still just in a local dev stage, so I don’t have a link to share.
Forum: Plugins
In reply to: [WooCommerce] New User Registration Not WorkingHi nadish,
Did you ever figure out what was causing this issue? I am running into what seems to be the exact same problem. I can log in as an existing user, but when I try to create a new user the page just refreshes.
Forum: Plugins
In reply to: [WP Store Locator] opening sorted locator page from another pageI’ve been able to pass the address/zip value into my store locator page. I haven’t been able to figure out where to include the value into the js. Is it in the wpsl-gmap.js file or is it somewhere else?
Also, this is a great plugin. I’ve been able to adapt it to just about everything I need it to do. Nice work.
Forum: Plugins
In reply to: [Kumori (曇)] Still updating this plugin?Thanks for getting back to me.
Where do I find the Kumori-fy options? I looked through everything and only see areas to create and delete buckets, not select one.
Thanks again.