Git Product home page Git Product logo

dokani's People

Contributors

ahsanshaheen199 avatar ariful93 avatar mdasifhossainnadim avatar mehidi258 avatar mohaiminulislam1989 avatar nurul-umbhiya avatar shahadat015 avatar tanjiralmamun avatar xaviranik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dokani's Issues

Some issues needed to be fixed.

Hi,

Great Theme, WeDevs Team.

Here are some issues encountered while testing the theme.

  1. Full-Width and No Sidebar templates don't get full-sized even on the right template section.
  2. Vendor Dashboard menu in the header is not rendering the icon of the settings button.
  3. WooCommerce attributes on single product page is not displaying correctly like Color. The attribute options are little hidden.
  4. Product menu befor logo is not expanding on hover or atleast it should be expanding by clicking the main category. Currently, it does that by clicking on the icon infront of main category. The best way to do it is once expanded, the main category can be clicked.

Thanks

The Vendor Information tab shows the vendor's real name

Describe the Bug:
The Vendor Information tab shows the vendor's real name
How to Reproduce:
1.click on products
2.click on vendor info tab

screenshot:
Screenshot

Expected Result: vendors will not show real name .
Actual Result: showing vendors real name

Bug Type: Functional
Dokan Version: 3.2.12
Dokan Pro: 3.3.6
WooCommerce Version: 5.7.1
Browser: Chrome,Firefox

Email address is showing although email checkbox is disable from vendor settings

Describe the bug:
Email address is showing on the store although Show email address in-store checkbox is unchecked from vendor store settings

How to Reproduce:

  1. Go to vendor dashboard.
  2. Click on settings.
  3. Disable email checkbox.

Attachment:
Video link: https://www.loom.com/share/e8670ca189bd4295b47bbbb0cf552225

Expected Result: Email address will not be showing
Actual Result: Showing email address in-store

Bug Type: Functional
Dokan Version: 3.2.11
Dokan Pro: Deactivate
WooCommerce Version: 5.6.0
Browser: Chrome, Firefox

The cart button does not work properly on mobile phone.

Description of the issue:
The cart button on the topbar works on PC but does not work on mobile phones.

Screenshots:
https://snipboard.io/vfZuJC.jpg

How to reproduce:

  1. Activate the Dokani theme.
  2. Visit the page from mobile phone

Expected behavior:
The button should work on mobile phones just like it works on PCs.

System Status:
Dokan: v3.9.8
Dokan Pro: 3.9.9
WordPress: v6.4.3
WooCommerce: v8.5.2

Redundant code in store-header.php

In dokan/store-header.php from line 63-69

<?php if ( ! empty( $store_user->get_shop_name() ) && 'default' === $profile_layout ) { ?>
    <h1 class="store-name"><?php echo esc_html( $store_user->get_shop_name() ); ?></h1>
<?php } ?>

<?php if ( ! empty( $store_user->get_shop_name() ) && 'default' !== $profile_layout ) { ?>
    <h1 class="store-name"><?php echo esc_html( $store_user->get_shop_name() ); ?></h1>
<?php } ?>

These two conditions are different but prints same exact content.

Function Prefix

  1. Prefix should be dokanee instead of dokani.
  2. GENERATE_VERSION is so generic. Prefix should be added.

Screen Shot 2019-11-21 at 8 36 58 PM

Shop page product grid is not responsive

Suppose at the large screen on the shop page product shows 4 per row. But on the mobile screen, it still shows 4 products per row. It creates a horizontal scrollbar. The product grid needs to be responsive screen wise.

Checkout Page

Checkout page doesn't look good. If you want to remove the sidebar, the full width template looks really bad.

Default Template

screencapture-dokan-test-checkout-2019-11-20-15_39_53

Full width Template

screencapture-dokan-test-checkout-2019-11-20-15_39_06

[Color Palette]: Color palette's preset colors are not being implied on the vendor dashboard properly.

Description of the issue:
The color palette's preset colors are not being reflected properly on the vendor dashboard.

Screenshots:
We have chosen the color to be the Summer Splash preset as shown in this screenshot. But it's not being implied on the vendor dashboard as shown in this screenshot while the Dokani theme is activated

How to reproduce:
Navigate to the WordPress admin panel's Dokan > Settings > Colors section and choose a preset color for example Summer Splash. The preset will not be reflected properly on the vendor dashboard.

Expected behavior:
The buttons' color is also supposed to change upon changes made in the color palette.

System Status:
Dokan: v3.6.0
Dokan Pro: 3.7.0
WordPress: v6.0.0
WooCommerce: v6.6.0

Unable to keep images uncropped in the customizer setting when the Dokani theme is enabled.

Description of the issue:
The "Uncropped" option from the WP admin dashboard > Appearance > Customize > WooCommerce > Product Images screen cannot be selected; reference - https://snipboard.io/IyWj60.jpg Whenever this is set, it goes to the custom setting automatically once the setting is saved.

To reproduce:

  1. Navigate to the WP admin dashboard > Appearance > Customize > WooCommerce > Product Images screen
  2. Select the Uncropped option and exit after saving the changes
  3. Go to the same section and see if the Uncropped is selected any longer or not

Expected behavior:
The site admin should be able to select any thumbnail cropping option.

System status:
dokani version 1.0.0
WooCommerce version 7.9.0
WordPress version 6.2.2

Responsive menu not working

A menu is already set and defined in the Responsive menu location but when you view the site on a phone or i[pad (and even on previewer), the responsive menu sandwich shows "Add Responsive menu" when clicked.

Issue mobile version

There is issue in dokani template:
/inc/structure/header.php

line row 420:
<li><a href="<?php echo esc_url( 'myaccount', 'woocommerce' ); ?>"><?php esc_html_e( 'My Account', 'dokani' ); ?></a></li>
replace with:

<li><a href="<?php echo esc_url( dokan_get_page_url( 'myaccount', 'woocommerce' ) ); ?>"><?php esc_html_e( 'My Account', 'dokani' ); ?></a></li>

Error displayed under product title "Warning: Trying to access array offset on value of type bool in..."

Description: A fresh WooCommerce plugin and Dokani theme is installed. During product creation only Product Title, Product description, and Product short description is entered. The product type was a 'Simple Product'.

Pre-requisite:

  1. WooCommerce must be installed and activated
  2. Dokani theme must be installed and activated

Steps to Reproduce:

  1. Navigate to WordPress Admin > Products > Add New
  2. Enter product title
  3. Enter product description
  4. Enter short description
  5. Click on Publish
  6. Afterwards, go to shop

Full Error Message:

Warning: Trying to access array offset on value of type bool in /Users/wedevs/Desktop/projects/sites/global-merchant/wp-content/themes/dokani-develop/inc/wc-template.php on line 40

System Status:
Dokani Theme Version: 1.0.0
WooCommerce Version: 8.4.0
WordPress Version: 6.4.2

Screenshot 2024-01-04 at 11 13 54 AM

Mini cart

  1. The cart icon should be linked to cart page.
  2. Both buttons should look the same because of the UX

Screen Shot on 2019-11-20 at 15:42:55

Woocommerce

Your theme (dokani) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:

Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.
If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.

The Dashboard dropdown on the topbar does not show the icons properly when the Dokan Vendor Dashboard plugin is enabled.

Description of the issue:
As mentioned in the title.

Screenshots:
https://snipboard.io/7rzDct.jpg

How to reproduce:

  1. Enable the Dokan Vendor Dashboard plugin.
  2. The Icons will not appear just like they don't in the above-mentioned screenshot.

Expected behavior:
The icons should appear properly.

System Status:
Dokan: v3.11.0
Dokan Pro: 3.11.0
Dokan Vendor Dashboard: 1.0.3
WordPress: v6.5.3
WooCommerce: v8.8.3

Footer bottom bar default content does not show properly

When someone activated the theme for the first time, the footer bottom default content doesn't show properly.

It shows default content properly at the customizer preview. But it does not show properly on site.

Customizer Preview:

Screen Shot 2022-04-12 at 9 58 01 AM


Site Preview:

Screen Shot 2022-04-12 at 10 04 06 AM

Store page coupon design

Description :

If the vendor shows a coupon on the store there is no design for the coupon

How to reproduce :

Create a coupon
Show the coupon on the store page

Expected behaviors

The coupons should have a design

Screenshot
https://nimb.ws/gV0GiJ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.