- Clerk.io Help Center
- Using Clerk.io on Magento 1
- Data Management
-
Working with Clerk.io
-
Using Clerk.io on Other / Custom Platforms
-
Using Clerk.io on Shopify
-
Using Clerk.io on Magento 1
-
Using Clerk.io on Magento 2
-
Using Clerk.io on WooCommerce
-
Using Clerk.io on Prestashop
-
Using Clerk.io on BigCommerce
-
Using Clerk.io on Shoporama
-
Using Clerk.io on Shopware 6
-
Using Clerk.io on DanDomain
-
Using Clerk.io on Lightspeed
-
Using Clerk.io on SmartWeb / HostedShop
-
Using Clerk.io on DynamicWeb
-
Using Clerk.io with Any Email Client
-
Using Clerk.io with Copernica
-
Using Clerk.io with Autopilot
-
Using Clerk.io with Active Campaign
-
Using Clerk.io with Marketing Platform
-
Using Clerk.io with MailChimp
-
Using Clerk.io with MailUp
-
Using Clerk.io with Apsis
-
Using Clerk.io with UbiVox
-
Using Clerk.io with CleverReach
-
Using Clerk.io with Google Ads
-
Using Clerk.io with Act-On
-
Audience Integrations with Facebook
-
Using Clerk.io with DotDigital
-
Using Clerk.io with Klaviyo
Modifying the Magento 1 Extension
Check which files are most commonly changed
Adding/Changing Product Data
In case you want to add extra attributes or change existing ones for your products, you should find these files:
app->code->community->Clerk->Clerk->Model->Catalog->Product.php
app->code->community->Clerk->Clerk->Model->Catalog->Productpage.php
Product.php builds the product model, and lets you add simple attributes.
Productpage.php lets you create advanced logics for getting attributes, and use them in Product.php.
Check out this guide, for more information on adding attributes

Changing Category Data
Maybe you need to restructure category names, or remove specific categories from Clerk.io.
In these cases, find this file:
app->code->community->Clerk->Clerk->Model->Catalog->Product.php
This file handles which categories are included, and the data id, name, URL, and subcategories for each category.
You cannot add extra data to each category, but you can modify what is being sent.

Styling the Add-To-Basket Step (Powerstep)
The powerstep has a standard styling, but you might want to change it to mach your designs.
These files are used for the styling:
app->design->frontend->base->default->template->clerk->powerpage.phtml
app->design->frontend->base->default->template->clerk->powerpopup.phtml
skin->frontend->base->default->clerk->style.css
powerpage.phtml contains the HTML for the page while powerpopup.phtml is for the popup.
style.css contains the CSS for all parts of the Clerk.io extension, including the Powerstep.
You can use these files to modify the look of the Powerstep.

Modifying the Search Page
If you want to change the layout of the Search Page, add a slider to the no-results page etc. you need to find this file:
app->design->frontend->base->default->template->clerk->powerpage.phtml
This lets you change the search embedcode, and other parts of the search page.

Changing titles for Products and Categories in the Live-Search
The titles shown in the Live-Search for products and categories can be changed in this file:
app->design->frontend->base->default->template->clerk->livesearch.phtml
In here, simply translate Categories and Products to what you want to:
