wordpress, woocommerce

Stack Overflow

I want to create multi step question form in wordpress like this one:http://land.ez.co.il/160550/ I am using gravity forms. Any idea how to create this type of form?

tagged: wordpress, multi-step, gravityforms May 19 at 7:09
Stack Overflow

I have a page called page-about-us.php within this page I have a link to another page which will link to accreditations.php. What is the correct way to do this through my page-about-us.php file?

tagged: php, html, css, wordpress May 18 at 15:58
Stack Overflow

I’m trying this code to insert images just near the footer in WooCommerce completed orders email notification, but unfortunately it doesn’t work! Here’s the code I’m trying: <?php echo …

tagged: php, wordpress, woocommerce, orders, email-notifications May 19 at 10:23
Stack Overflow

How can I add a text saying “Contact us for bulk purchase enquiry” under ‘Add to cart’ button for all woocommerce products. Thanks

tagged: wordpress, woocommerce, hook-woocommerce May 18 at 23:57
Stack Overflow

I have a mind-numbing problem I am trying to solve and am hoping someone here can help. I have been managing a website, doggydocks.com, and about a week and a half ago, the shopping pages on the site …

tagged: wordpress May 19 at 22:37
Stack Overflow

I have a studio reservation system, there are three different studio types. We provide three kinds of photographic equipment rental packages, and three kinds of food packages. I’d like them all to be …

tagged: php, wordpress, woocommerce, woocommerce-bookings May 18 at 5:51
Stack Overflow

I’m working on a WordPress website that uses WooCommerce as an eCommerce solution. So here’s what I’m trying to do: I want to export all of the orders and order details from an old database to a new …

tagged: mysql, wordpress, woocommerce May 18 at 19:45
Stack Overflow

I’m trying to get a specific link to show in a php partial if it’s on a single-things.php page. I have the code in a top-part.php which I’m including on the single-things.php page: <?php if (…

tagged: php, wordpress, wordpress-theming, custom-post-type May 18 at 16:29
Stack Overflow

I have code like this: <div class=”featured-title”><h3>Paket Lainnya</h3></div> <div class=”boxer2″> <?php $this_post = $post; $category = get_the_category(); $…

tagged: php, wordpress May 18 at 6:00
Stack Overflow

I am working with Advanced Custom Fields (repeater field) in order to create a WordPress slideshow with Flexslider with: image, head, copytext <div class=”flexslider”> <ul …

tagged: php, css, wordpress, advanced-custom-fields May 19 at 20:35
Stack Overflow

I own a WordPress website with a whole lot of posts, and I recently screwed up when I executed an SQL query that replaced the post_content value with either http://example.com/4421-revision-v1/, …

tagged: php, mysql, sql, wordpress May 19 at 20:19
Stack Overflow

I am trying to move my WordPress website to a server on Godaddy. I have moved all the files and while trying to move the database, I couldn’t see all the table data. Upon a closer look, I found that …

tagged: mysql, wordpress, phpmyadmin May 18 at 12:28
Stack Overflow

Basically i want to discuss about file-system security,and yes i tried to search for a solution but no satisfied result. Let me explain in details. I have GoDaddy hosting. There are two sites …

tagged: php, mysql, wordpress, security May 19 at 11:49
Stack Overflow

So I want to test a function that uses the Advanced Custom Fields plugin. Unit tests using PHPunit work just fine as long as the test function is called directly, or from the test class. However the …

tagged: wordpress, unit-testing, phpunit, advanced-custom-fields May 19 at 15:06
Stack Overflow

I am facing an issue in shipping for wordpress woocommerce. Can somebody please help. Below is the scenario. Single product have different shipping price for different location. Means Product A …

tagged: php, wordpress, woocommerce, shipping May 19 at 10:14
Stack Overflow

I have seen a few questions for how to display parent and child categories but can’t seem to find a solution for what I am doing. I’m using the default wordpress post with several categories and …

tagged: php, wordpress May 18 at 9:48
Stack Overflow

I am using the theme Magazine Pro for the Genesis Framework. I have a plugin that in order for it to be displayed I must add the following in the loop. <?php wptopc($format=”select”, …

tagged: php, wordpress, genesis, child-theming May 19 at 3:58
Stack Overflow

How do I enable the DOM extension in my php.ini file? I am running a WordPress site and getting a message “Please enable the DOM extension in your PHP configuration”. Do I need to edit the wp-config …

tagged: php, wordpress, php-5.6 May 18 at 10:39
Stack Overflow

I have a Woocommerce site. I use Flexible Shipping Plugin to rule shipping costs with weight ranges.For example I have this range between 0 and 3 kg with an amount of 8 euro.If the customer buys just …

tagged: php, wordpress, woocommerce May 18 at 9:23
Stack Overflow

I am trying to get the total value of a numerical custom field (‘wpb_post_views_count’) for posts on our website in a loop that is run for each author. So for each author we should be able to fetch …

tagged: php, wordpress