Account Settings
Password
Current password:
β’β’β’β’β’β’β’β’
Contact administrator to change password
Database Management
Vendor Management
Shortcut will be used as prefix for product titles (2-10 characters, auto-uppercase)
π Product Description Formatting
Clean up product descriptions by formatting bullet points
- Finds all bullet points (β’) in product descriptions
- Converts them to clean line breaks for better readability
- Applies to all variant descriptions across all products
- Makes descriptions cleaner when displayed on Shopify
Category Tree
Hierarchical categories used for website navigation and product classification. Categories have slugs for clean URLs.
Global Settings
Tax Rate
Currency
Currency setting is currently fixed to EUR
π Language / Jazyk
Choose your preferred language for the interface
Shopify Integration
Connection Status
Configure your Shopify credentials below
API Configuration
Enter your Shopify store name (e.g., if your store is my-store.myshopify.com, enter "my-store")
Your Shopify Admin API access token
Shopify API version (YYYY-MM format)
Manual Sync
Last Sync: Never
Next Auto-Sync: -
Manually trigger a sync of all active products to Shopify
Sync History
No sync history available
Upload & Export
CSV Upload
Upload Shopify CSV file to import products
Upload CSV File
Drag and drop your CSV file here, or click to browse
Recent Import Jobs
No import jobs yet
β οΈ Danger Zone - Delete All Products
This will permanently delete ALL products, variants, images, and logistics data from the database. This action cannot be undone!
Heureka.sk XML Feed
Generate product feed for Heureka.sk price comparison site
Feed Status
Feed Configuration
The base URL of your online store (used for product links)
Copy this URL and submit it to Heureka.sk
Generate Feed
The feed is automatically generated every 15 minutes. You can also generate it manually below.
βΉοΈ Feed Information
Current Behavior:
- All products show as in stock
- Delivery time: 24 hours for all products
- Price format: EUR with VAT included
- Categories from breadcrumb levels 1-6
- Includes product metafields (specifications, vibration, noise, etc.)
Automatic Updates:
- Feed regenerates every 15 minutes via cron job
- Runs before Shopify sync to ensure latest data
- Future: Will integrate with live inventory tracking
Appearance Settings
Color Theme
Choose your preferred color theme for the application
Your theme preference will be saved and applied across all pages
Website Configuration
Configure connection settings for your external website to access product data
Storefront API Connection
Public read-only API for your website to fetch product data
Include this token in your website requests: X-Storefront-Token: YOUR_TOKEN
Your website will make requests to this URL
π Available Endpoints
/storefront/products - List all products
/storefront/products/:id - Get product details
/storefront/categories - List all categories
/storefront/categories/:id - Get category details
/storefront/categories/:id/products - Products in category
/storefront/search - Search products (query param: q)
/storefront/vendors - List all vendors
π‘ All endpoints support pagination with page and per_page parameters
Database Connection (Read-Only)
Direct database access for advanced queries (production database)
PostgreSQL connection string for read-only access
π Database Statistics
- Use the Storefront API for most website needs - it's optimized, rate-limited, and safe
- Direct database access is read-only and should only be used for advanced custom queries
- Never expose database credentials on the client side
- Always use server-side code to access the database
Example Code
Quick start examples for integrating with your website
JavaScript (Fetch API)
// Fetch all products
const response = await fetch('https://toolpoint.onrender.com/storefront/v1/products', {
headers: {
'X-Storefront-Token': 'sf_tp_957a31bed8e6362a58421591e25023d1378d87339d3b0b7f8ede9f7fa74c1249'
}
});
const data = await response.json();
console.log(data.products);
PHP (cURL)
$ch = curl_init('https://toolpoint.onrender.com/storefront/v1/products');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'X-Storefront-Token: sf_tp_957a31bed8e6362a58421591e25023d1378d87339d3b0b7f8ede9f7fa74c1249'
]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
$data = json_decode($response, true);
curl_close($ch);
print_r($data['products']);
Webmail Service
Email Signature Generator
Create professional email signatures for newsletters
Contact details will be automatically converted to clickable links (tel:, mailto:, https:)
Slovak text used in all email signatures. Click lock to edit. Use {year} for current year.
ToolPoint Logo Preview:
TS Trade Logo Preview:
Recommended: PNG or JPG, max 200KB, transparent background preferred
Preview:
Your signature will appear here...