Questions tagged as 'wordpress'

1
answer

How to call a woocommerce variable to another php file?

Good morning, I have the following code in functions.php : include('popup.php'); add_action( 'woocommerce_single_product_summary', 'boton_sub_producto_single', 6 ); function boton_sub_producto_single() { global $product;...
asked by 08.07.2017 / 18:37
0
answers

Display variable name woocommerce in product pre-visualization

happy day. It happens that I would like to show the name of the variations in the product range imposed by woo comerce: Then in the image above I have two variations, the one on the left called x and right and . Searching for the...
asked by 08.03.2017 / 19:06
0
answers

Install fancybox 3.0 in wordpress without plugin

Hi, I'm trying to install the fancybox 3.0 on my wordpress page, but I can not add the data-fancybox= attribute for the images or galleries that wordpress creates from the entries. Before, I had the easy fancybox plugin but I decid...
asked by 01.03.2017 / 19:46
1
answer

Save custom field woocommerce with php

I'm working with woocommerce in wordpress, developing a php function that uses a hook to store some extra information about the generated order. The question is: how can I save this extra information (related to an order id) in the database?...
asked by 01.03.2017 / 16:42
0
answers

Incorportar Mercado Submission in the Mercado de Pago module of Wordpres

Good, I'm starting with woocommerce and market payment. Install the official paid market module, but I can not find a way to use the shipping market. Someone could integrate market sent in wordpress with woocommercer ???     
asked by 06.02.2017 / 15:47
0
answers

Make purchase process

I am developing a website where there will be 3 products in yes no more. What I want to do is that when you click on buy the product go directly to the page to fill in a form with the requested information. As this website does: link...
asked by 28.12.2016 / 12:43
1
answer

Wordpress - Help with borders

I am in need of help with my wordpress page. link In the image of the body, whose text says "from the field to your house", I have difficulties to remove the edges of the sides. I would like the image to be completely expanded towards the e...
asked by 24.01.2017 / 03:32
0
answers

Search by title or custom field wordpress

I have created several pages with their respective titles and others, right? Besides, each of them has a custom field called: "color" and can have any value. My question is, how can I return in a PHP all the results of the pages that match wh...
asked by 14.11.2016 / 12:46
0
answers

Problems with the WP_Query query for a Custom post type

Good afternoon, I have the following problem with the consultation of my CPT, I want you to show me the type of post, the taxonomy "courses" and the last 3 post. The query is done correctly until the taxonomy, it shows me the post of all the tax...
asked by 17.11.2016 / 20:33
0
answers

Prevent a subfolder from redirecting to a subdomain

I have added a new subdomain on the server, so the address has been: subdomain.domain.org. The problem is that the subdomain matches a WordPress folder that already existed, ie domain.org/subdominio/, and is automatically redirecting to the new...
asked by 03.10.2016 / 19:33