Blog

WooCommerce Custom CSS

User Sale! S&R Insulated VDE Diagonal Side Cutter/Electrical Wire Cutters 160mm 1000V €59.99 Original price was: €59.99.€49.99Current price is: €49.99. S&R Insulated VDE Diagonal Side Cutter/Electrical Wire Cutters 160mm 1000V  quantity Add to cart Categories: FIXTURES & FITTINGS, TOOLS Reviews (0) Reviews There are no reviews yet. Be the first to review “S&R Insulated VDE Diagonal […]

Settings Page Concrete CMS

User also create a settings page in concrete cms 9 custom package like number of records per page and cron run or not Assistant Here’s how you can create a **Settings Page** in your **Concrete CMS 9 custom package** for options like: – **Number of records per page** – **Enable/disable cron run** — ### ✅ […]

Add Discount Percentage WooCommerce

User add discount percentage to product loop in elemenor products widgetes Assistant To **display the discount percentage** (e.g., **"25% OFF"**) in the **product loop** of Elementor’s default WooCommerce Products widget, you’ll need to add a custom PHP snippet. Elementor does not show discount percentage by default, but you can **extend it via a child theme** […]

Moneris reCAPTCHA Error Fix

User woocommerce monreis plugin Please verify captcha below to proceed with your order – error on payment inline form even google recaptcha selected at checkout Assistant The error message: > **"Please verify captcha below to proceed with your order"** even **after enabling Google reCAPTCHA** in the **Moneris WooCommerce payment plugin** usually means **reCAPTCHA validation is […]

Opayo DigiCert Migration Update

User longer support Entrust certificates, Opayo will be migrating all our certificates to DigiCert. The planned migration date for the new DigiCert certificates is the 27th May.‌You can find out more here:  https://security.googleblog.com/2024/06/sustaining-digital-certificate-security.html‌Who are DigiCert?DigiCert is a leading Certificate Authority in the industry. DigiCert actually held Opayo's certificates 4 years ago.‌Do I need to do […]

Concrete CMS CRUD Package

User concrete cms create custom package to crud operation Assistant To create a **custom Concrete CMS package** that performs **CRUD operations**, follow these steps. We’ll walk through: 1. **Package setup** 2. **Database schema creation** 3. **Single page controller for CRUD** 4. **Basic view for listing and form** — ## ✅ 1. Package Directory & Controller […]

Migrate SSL Conf to New

User shareyourthoughts-le-ssl.conf we have previously registered aws ssh to above now i have create new conf wp-rock.conf I want to remove from prev and add it to new Assistant To move your existing SSL configuration (used with AWS/Apache) from `shareyourthoughts-le-ssl.conf` to a new one `wp-rock.conf`, follow these steps: — ### ✅ Step-by-step Instructions #### 1. […]

Merchant Feed Logging

User 'application/xml'] ); } } apply proper error handlign and save log in $db->executeQuery("CREATE TABLE IF NOT EXISTS shoppingfeedlog ( id INT AUTO_INCREMENT PRIMARY KEY, feed_id INT NOT NULL, updated_at DATETIME NOT NULL, status VARCHAR(50), error_message TEXT, INDEX idx_feed (feed_id), INDEX idx_status (status), INDEX idx_updated_at (updated_at), FOREIGN KEY (feed_id) REFERENCES shoppingfeedconfiguration(id) ON DELETE CASCADE )"); […]

Elementor Widget WooCommerce

User create elelmentor wiget to display new arival 5 product based on attached layout wordpess woocommerce. Assistant To create an **Elementor widget** that displays **5 latest arrival WooCommerce products** using a layout similar to your provided image, follow these steps: — ### ✅ **Step-by-Step: Create "Latest Arrival" Elementor Widget for 5 Products** — ### 1. […]

Google Merchant Feed Sample

User Google merchant feed sample Assistant Here is a **sample XML structure** for a **Google Merchant Center feed** (also known as a product feed), which complies with [Google Shopping feed specifications](https://support.google.com/merchants/answer/7052112): <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0"> <channel> <title>Your Store Name</title> <link>https://www.example.com/</link> <description>Example product feed for Google Merchant</description> <item> <g:id>12345</g:id> <g:title>Red T-Shirt</g:title> <g:description>Comfortable cotton red […]