wasim94
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cart/checkout include and exclude tax pricesBefore modifying template check once…
Woocommerce: Tax tab: Display Prices in the Shop / Display Prices During Cart and Checkout
If( issue not resolve){
try this
You need to modify a template. Do not modify the core WooCommerce template, but rather make a copy of it to your theme, using the WooCommerce template override system. For help with that, refer to the WooCommerce docs on using the template override system.In the price.php template, you will add this bit of code where you want the price, including tax (VAT):
<?php echo woocommerce_price($product->get_price_including_tax()); ?>
Note: the price.php template that you modify should be located here in wp-content/themes/[your theme folder]/woocommerce/single-product/price.php
}Forum: Fixing WordPress
In reply to: Single product image issue – image gets croppedHow To Adjust Your WooCommerce Product Image Settings
Step 1 – Click on the WooCommerce tab on your admin sidebar, and select the Settings tab.Step 2 – Click on the Products tab at the top of the page. Directly below those options, switch to the Display tab.
Step 3 – Under the Product Images section, you will find the Catalog Images, Single Product Images, and Product Thumbnails dimensions which is calculated as Width X Height in pixels
* Catalog Image is for your images on the shop page and for shortcodes. Single Product Image is for your images on the single product pages. Product Thumbnail is for your smaller product thumbnails for widgets.
** The images you upload to products will be resized to match the values you have input here. If your settings are 100×100 and you upload a 300×600 image it will be resized to 100×200. You can also choose to ‘hard crop’ your images which will force them to be the size specified in these settings, regardless of the raw image you upload, but will be cropped rather than distorted in scale.
Step 4 – The minimum suggest width for images is 500px. If you do not want the image cropped, leave the height field blank.
Step 5 – Once you have made your changes to the image dimensions, click ‘Save Changes’
Step 6 – If you change the image dimensions after you have uploaded product images, you will need to download and run the Regenerate Thumbnails plugin just once Regenerate Thumbnails – this is to ensure that all affected images are resized to match the new dimensions.
Forum: Fixing WordPress
In reply to: Cart/checkout include and exclude tax pricesUse woocommerce plugin
Forum: Fixing WordPress
In reply to: Plugin making ajax callvisit this link it will help you
After using this I will ensure you it will works as you want.
Also I am using Theme: StoreVilla
Storevilla is a free E-commerce enabled WordPress theme designed and developed by AccessPress Themes. As the name suggests, the theme is WooCommerce enabled and is generally used to create online stores and shopping websites. This theme is fully featured to build a complete online shopping website with all the advanced features and functions. Storevilla has a beautiful design layout with specific sections to showcase your products and services in the most elegant way. The homepage displays category-wise products, featured items, new launches, latest products, trends, blog posts, and other important content from everywhere. Storevilla is an ideal theme for creating an E-commerce website for any business niche, including fashion, jewelry, furniture, etc.I prescribed you to use this theme…
Much ThankyouActually I am also using Woocommrce in which without logged in I am able to see my cart product
Hello @nandakumar999
which plugin are you using?