Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Modif Product page layout
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Modif Product page layout
- This topic has 15 replies, 2 voices, and was last updated 7 years by David Martin – Support.
-
Posted in: Neighborhood
-
February 14, 2017 at 8:44 pm #313810
Dear,
First of all I would like to thanks SwiftIdeas Team for the work achieved on Neighborhood, the theme is so nice and features are just amazing.
The theme matches with the design I expected for my website. Nevertheless there a small gap with Product and Shop pages I hope you will be able to help me with.
Product
1. I need to manage the stock level but i don’t want it to be displayed on the product page. How can I hidden the stock level ?
2. I removed the ‘Description’ tab. Now the second tab ‘Information complémentaire’ is opened by default on load of the page, I would like this tab to be closed by default.
3. I created several attributes for WooCommerce Products, how can I display some specific attributes here, just before ‘Expédié de..’ ?
4. How can I remove the ‘laisser un avis’ (provide a feedback) ?
5. How can I rename ‘Produits liés’ (related products) ?Shop
1. I would like to remove this part and just conserve the ‘add to cart’.
2. How can I add information like Product Author or specific attributes here ?Thank you in advance,
Best regards,
AWAttachments:
You must be logged in to view attached files.February 14, 2017 at 9:16 pm #313813Concerning Product 2, I succeeed – thank to tutorial on http://www.swiftideas.com/knowledgebase/how-to-product-tabs-closed-by-default/ 😉
Concerning Product 4, I tested the following CSS without success.
.leave-feedback{display:none !important}
February 16, 2017 at 12:22 pm #3140251) You hide the stock level:
3) You would need to work with a developer to integrate this customisation.
4) Can you provide a link to this product?
5) Theme Options => WooCommerce Options => Product Options => Related Heading Text
—
1) Can you provide a link to this page?
2) You would need to work with a developer to integrate this customisation.
February 16, 2017 at 6:09 pm #314082Product 3, I succeeded by adding following code into the function.php
add_action(‘woocommerce_single_product_summary’, ‘my_icones’);
function my_icones(){
echo ‘‘;
}Product 4, will end you in private message.
Product 5, I don’t find it..
Shop 1, will send you in private message.
February 16, 2017 at 6:11 pm #314083This reply has been marked as private.February 20, 2017 at 3:57 pm #314407Even logged in, I cannot view the page – I get the sign up form.
February 20, 2017 at 6:13 pm #314453This reply has been marked as private.February 22, 2017 at 4:03 pm #314757Ah yes, to remove that use this CSS:
span.leave-feedback { display: none; }
February 22, 2017 at 4:44 pm #314765It doesn’t seems to affect the template.
Am I editiong the right CSS /www/wp-content/themes/neighborhood-child/style.css ?February 22, 2017 at 5:00 pm #314767Please add this to Theme Options => Custom CSS.
February 26, 2017 at 10:34 am #315148This reply has been marked as private.February 28, 2017 at 12:34 am #315382Hello David,
I succeded to add products’ custom field (like “Composition”) into the Products Shop page.
Where is the code I used./**
* Adds product Composition above the “Add to Cart” buttons
**/
function skyverge_shop_display_skus() {global $product;
$wcv_custom_product_composition = get_post_meta( $product->id, ‘wcv_custom_product_composition’, true );
if ( ! empty( $wcv_custom_product_composition ) ) {
echo ‘<div class=”product-meta”><span class=”product-meta-label”>Composition:</span> ‘ . $wcv_custom_product_composition . ‘</div>’;
}
}
add_action( ‘woocommerce_after_shop_loop_item’, ‘skyverge_shop_display_skus’, 9 );So from now I do have the information I need on my Shop Page but I would like to display it in this order:
– Product name (native field) – Prix (native Price field)
– Composition (custom field)
– Artiste (native Author field)
And do not display the Category.The result shoud look like the second attachment.
Many thanks for your help.
Best regards,
AWAttachments:
You must be logged in to view attached files.March 1, 2017 at 1:13 pm #315611Hi there,
Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation. We only provide support for theme issues, and at times basic customisations.
While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need to make that customisation.
March 1, 2017 at 4:27 pm #315644Hi,
I’m ready to do (learn how to) it.
Could you just indicate to me where and which file I have to edit.Thanks,
March 1, 2017 at 5:23 pm #315654What I’m looking first is to have a shop page that looks like to demo one.
http://neighborhood.swiftideas.com/shop/ -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.