mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-26 17:35:54 +03:00
[PR #318] [MERGED] Render product asset images in shop previews and onboarding pages #623
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#623
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/318
Author: @AJaySi
Created: 2/4/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @AJaySi
Base:
main← Head:codex/update-product-asset-rendering-in-templates📝 Commits (1)
2079cf6Add product asset rendering for shop previews📊 Changes
2 files changed (+102 additions, -0 deletions)
View changed files
➕
backend/api/onboarding_utils/website_automation_service.py(+51 -0)➕
backend/services/website_automation_service.py(+51 -0)📄 Description
Motivation
) so previews and generated content include visuals.Description
backend/services/website_automation_service.pywithWebsiteAutomationService._render_shop_assets_htmlto render product assets as<img>tags wrapped in anchor links and optional<figcaption>when a caption/label is present._normalize_asset(service) to extract URLs, alt text and caption from common shapes (url,asset_url,image_url,image,alt,title,name,caption,label) and handle string assets.backend/api/onboarding_utils/website_automation_service.pywith_render_shop_pageand_render_product_assets_markdownto include product asset markdown entries and image embeds () in onboarding shop previews.Testing
Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.