You can add ASIN for each of product and enable this feature on plugin configure page.
It's one solution.
Or you can use FeedManager and upload price and stock quantity using Amazon template for price and stock quantity.
You can't add meta tag for all another custom pages using one rule...
If you need I can add such token '*' for RULE, but one important note for you.
Google bot can't scan pages 'cart'. 'registration', 'my account', etc.
These pages are different for each customer.
Do you know about it?
My plugin uses new PayPal REST API.
This API doesn't allow to get shipping method fee from your site.
Old PayPal API allows to do it.
PayPal did new feature for new REST API.
You can add shipment method on PayPal site and PayPal will calculate it itself.
PayPal uses internal shipment rules (fees) for PayPal Express Checkout.
https://www.tipsandtricks-hq.com/setup-paypal-profile-based-shipping-5865
Read this document and add new shipment rule 10$.
PayPal will charge shipping fee itself now (for PayPal Express Checkout!!!) if the store doesn't send shipment fee.
Documentation is my problem.
> I need to know how to add a specific page, for example forum.
This is for main forum URL
Controller: Boards
Action: Index
This is for group forum URL
Controller: Boards
Action: ForumGroup
This is for forum URL
Controller: Boards
Action: Forum
This is for forum topic
Controller: Boards
Action: Topic
>What is priority of rules?
You can add several rules for product pages and set priority
Example
Set rule for all products with priority=0
and set rule for all products from the selected category with priority=1
> Check if rule is Enabled and if rule uses StoreMapping.
You can add rule but don't forget to enable it.
Open the Web.config
Change the row
Old row
<add name="SitemapXml" path="sitemap.xml" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
New row
<add name="SitemapXml" path="sitemap*.xml" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
URLs with dot is static URL for old ASP.NET (nop 3.xx).
IIS tried to find the static file on the disk.
new nop 4.xx (ASP.NET Core) has another logic and my plugin can catch such URLs.
See this answer how to catch URLs with .php. You can add such rule for .aspx URLs.
[url=/boards/topic/521/bug-with-php-urls]https://www.foxnetsoft.com/boards/topic/521/bug-with-php-urls[/url]
I added this feature
"Create order after payment or create payment after creating order"
I want to check it.
1. Create Grouped product
2. Add simple products in Grouped product
3. Change the template for Grouped product (select of on modular templates)