I want some custom changes on my product page - wordpress

I want the selling price placed in the next line and after the next line Inclusive of all taxes (this is a custom text which display in every product)
I want My variation selection option next line after the price & before the add to cart.
as it is as an amazon product page. can anyone help me with it, I’ve searched a lot on google but it’s not working.
Product Page Link - https://crowcrowcrow.com/shop/a0000022hharl01
I'm new to this group so if I'm posted the wrong question then am apologize in advanced

It looks like you're using the Flatsome theme which lets you build custom layouts for your product pages. Here's a detailed tutorial that guides you through it
Here's the relevant step-by-steps for you:
Go to Your WP Dashboard -> Blocks -> Add New
Create a new block called Product Layout
Go to Theme Options -> Shop -> Product Page
Enable "Custom" in the product page layout options
Now visit an existing product on the frontend of the website
Hover over Edit Product and select "Edit Product Layout with UX Builder"
You'll now be able to drag and drop the different options into the desired location.

Related

How to deactivate Order function in Wordpress

I am now building my own website that will show some pictures to users.
That's like ebay but unable to buy any items.
Just click and contact to the seller.
Here are 2 screenshots.
For example, click the first item, then the second page will show up.
Like the screenshot, I do Not want to see the 'Add to cart'. Instead of that, I want to see this, Contact the seller then it will show the seller's phone number.
I installed woocommerece & WV vendors plugins.
If you have any good suggestion, It will be appreciated.
Thanks.
Woocommerece is for selling items. If you are trying to create a lookalike shop site, I'd recommend:
Creating a custom post type for the products
Create custom fields for all the properties of your product & seller information.
Style the page as you wish.
Woocommerece is totally not necessery here.

Woocommerce: Customizing the availability of a category

I have many products nested within parent categories in WooCommerce.
I want to be able to apply a custom field where I can specify a time availability for categories as a admin feature only in Back end.
Theory:
Back end - On each parent category I will have this custom field where I can type or choose a time frame: for example 11:00-17:00.
Front end:
During this time frame, users will be able to browse all the products within that category.
Outside of this time frame all the products within that category will stay visible (but inactive) and they will be displayed greyed out or with a 'closed' banner (something like that).
Where can I start with this?
THE BEGINNING
You can start adding 2 plugins to add a custom time picker on product categories admin pages:
Advanced custom fields (ACF) plugin
Date & Time Picker for Advanced Custom Fields or also Date and Time Picker Field
This is just he beginning (and I can't confirm that is the best way). So In ACF you create a group and you name it:
Then you set the location (It's going to be a "taxonomy term" for "Product categories"):
Then In options you can chose it like a Metabox on the side (on backend):
After you add a new field and name it. You chose the field type and time only option:
[
Then now you are going to compile all the other options to fit your needs. Then you can save and add, if you need a 2nd field…
Now if you go to the WooCommerce Products Menu, under categories submenu, you will get this:
Now you can read a little the ACF documentation and also the wooThemes/woocommerce dev. documentation too.
You can customize WooCommerce overriding the templates and use hook filter and actions.
You will find in here on Stack OverFlow and over internet a lot of code, examples and tutorials, to begin and try to achieve your project. When needed you will post questions to get helped, with the code you are using telling what is working and what not…

Modify Woo-commerce product name as appears on product page

(Site runs on Avada child+WP+woo)
Woo commerce product page has the product title as appears near the product image.
I'm looking for a way to add the product name, one of it's attributes, e.g. "Disney's little princess - DVD" where "Disney's little princess" is the original product name and "DVD" is taken from one of the product attributes.
I would appreciate any help.
Follow the following steps
Place the woocommerce template files in your theme
Go to the file
your template folder>Woocommerce >single-product>title.php
Edit this file as you want

Advanced Wordpress categories listing

well at least for me this is advanced. I have one jewerly site with brands. For now i have fixed number of brands like 10 of them. I want each brand to have its own page with unique header/image/title/logo. When u enter brand landing page you see brand products. Click on read more hows product details page. Problem is that client want later to add himself new category new brand. And brand must be shown under menu and one slider on homepage. What is best way to do it ? What is proper way. So you have main menu -> our collections -> addlers for example. I want to list there all products from Adler but have unique header then other brands.
Link is -> http://www.mobilecommz.com/istanawordpress/our-collections/
Thanks a lot
Ok, this is how we do it in our blog.
Install the following plugins:
http://wordpress.org/plugins/widgets-on-pages/
http://wordpress.org/plugins/ultimate-posts-widget/
Than create a brand Page and use the shortcode of the widget on page plugin. Set up the widget with ultimate posts. Now you can filter by category or something.

Wordpress woocommerce

hey all in woo commerce plugin i add product that is variable product that is watch in different color that is good, but on from end when i show that product drop down of variation product is come but when i choose any attribute from it then related product not display only featured image display as i set when add product.
Any solution??
is there any setting from coding or functions.php file for displaying variation product and also add cart button not display on that product.
if you have any solution then please answer me.
Thank You
On the Variations tab, if you click one of the variations you have added, it will drop down more details. Then you can click the square under SKU to add a photo.

Resources