The objective of the new DEKK Rubber Tracks website is to have a more modern tool with easy customization and up-to-date technology, aiming for a faster, visually appealing, and secure experience. Additionally, the goal is to provide an enhanced mobile user experience, as mobile devices constitute an average of 76% of all devices used to access DEKK’s information.
The website serves as a showcase for our products, effectively showcasing our branding while also functioning as a conversion-driven platform to facilitate sales and distribution.
The website follow the trends and standarts from DEKK Corporate Guideline that can be found clicking here: DEKK Corporate Brand Identity Guide.pdf
A content management system (CMS) is a software application that enables individuals and organizations to create, manage, and publish digital content without requiring in-depth technical knowledge. WordPress is one of the most popular and widely used CMS platforms available.
WordPress provides a user-friendly interface that allows users to easily create and manage various types of content, such as articles, pages, images, videos, and more. It offers a range of features that make it suitable for different types of websites, from personal blogs to complex e-commerce sites and corporate websites.
Key features of the WordPress content management system include:
In summary, WordPress is a powerful content management system that empowers users to create and manage websites efficiently, with a focus on simplicity, flexibility, and extensibility through themes and plugins. Its user-friendly interface and wide range of features make it a popular choice for individuals, businesses, and organizations seeking to establish a strong online presence.
DEKK website colors | |
Color | HEX |
DEKK Blue | #007DC6 |
Black | #000000 |
Amber | #f6a217 |
White/Grey | #F0F0F0 |
This file was updated for a new version in which we have the columns organized as follows:
Quantity / Product Type / Make / Model / Part Number
To achieve this, we made changes to the columns in the HTML/PHP file.
This template is located in the WordPress folder. Please use FTP or Cpanel to find them:
New code backed here: Cart.php
woocommece > Templates > Theme Builder
The “Parts Finder” is a custom-built native WordPress plugin for DEKK’s new website. The aim of the “All Parts Finder” is to assist the customer in locating the required information. It combines the attributes of make and model to make the product search even more streamlined. Through a joint effort between DEKK and Troppys, we have successfully implemented and ensured the user-friendly customization of this plugin.
ATo check the doecumentation please click here: DEKK parts finder.pdf (Available on Founder Sharepoint)
WooCommerce is an e-commerce plugin developed for WordPress, one of the most popular website creation platforms. While WooCommerce is widely used to set up online stores, it can also be beneficial for a quote collection website, even if it’s not a traditional sales site.
Here are some reasons why WooCommerce could be a good option for your quote collection website:
In summary, WooCommerce provides a versatile and customizable platform to efficiently manage quote collection on your website. Its user-friendly interface and management features can be adapted to meet the specific needs of your business, even if you’re not conducting direct sales at the moment.
Most of DEKK’s customers use mobile devices. Please check the DEKK Analytics page. The website was designed to function well on both desktop and mobile platforms. For each page, we created a mobile version inspired by the approved desktop version, incorporating different elements that are specifically tailored for mobile screens. While there might be some variation due to screen sizes, we have ensured consistency. Below, you can find an example of our homepage:
DEKK Website features 3 forms:
All these forms are configured to send emails to the DEKK Marketing Team ([email protected]).
To review all submissions, please follow these steps:
WordPress > Elementor > Submissions
Languages: CSS / HTML / JAVASCRIPT
The mobile menu and burger icon menu are integral components of our website’s responsive design, enhancing user experience on smaller screens like smartphones and tablets.
click here to get the code: Burguer Menu
Languages: CSS / HTML / JAVASCRIPT
This function objective is to change the title of the “Add to Cart” button to “Get a Quote” in the product listing results, you can use the filter woocommerce_product_single_add_to_cart_text together with woocommerce_product_add_to_cart_text.
Function-code:
custom_woocommerce_product_add_to_cart_text($text) {
$text = ‘Get a Quote’; // Replace ‘Get a Quote’ with your desired button title
return $text;
}
add_filter(‘woocommerce_product_add_to_cart_text’, ‘custom_woocommerce_product_add_to_cart_text’);
add_filter(‘woocommerce_product_single_add_to_cart_text’, ‘custom_woocommerce_product_add_to_cart_text’);
Languages: CSS / HTML / JAVASCRIPT
This function objective is to change the message displayed when you insert any product to the cart.
Function-code:
function change_add_to_quote_message( $message, $product_id ) {
$product = wc_get_product( $product_id );
$product_name = $product->get_name();
$new_message = $product_name . __( ‘ has been added to your quote.’, ‘woocommerce’ );
return $new_message;
}
add_filter( ‘wc_add_to_cart_message’, ‘change_add_to_quote_message’, 10, 2 );
Languages: CSS / HTML / JAVASCRIPT
This function objective is to show a map of the branch region clicked on the side.
click here to get the code: Branches Function
Languages: CSS / HTML / JAVASCRIPT
This function objective is to show a map of the branch region clicked on the side.
click here to get the code: Branches Function
Languages: CSS:
https://wordpress.org/support/topic/product-image-fit-full-image-instead-of-cropped/
© COPYRIGHT DEKK RUBBER TRACKS & PADS. ALL RIGHTS RESERVED. POWERED BY TROPPUS IT & MANAGEMENT