HomeHome Product Discus... Product Discus...RazorCartRazorCartSame Store Visible in Multi-PortalsSame Store Visible in Multi-Portals
Previous
 
Next
New Post
2/27/2019 9:03 AM
 
Is it possible to have the same RazorCart Store visible from multiple DNN portals?...

say I create the store in portal domain.com/portal0 and add my inventory, etc.. 
Can this same store with the same products and configuration be accessible from other portals like below with the same setup, inventory, etc..

domain.com/portal1
domain.com/portal2
domain.com/portal3

It appears not to be possible because when I click on "Manage Stores" I only see the stores in the portal I am in....
 
New Post
2/27/2019 3:37 PM
 
Yes, go to portal 0 and edit one of your products and scroll down to the product options panel and check the "share" checkbox. That product will now be shared to your other portals and displayed in the product list module.

Here is a link to the product setup kb article where you can read more about the "share" feature https://helpdesk.smith-consulting.com...-products.aspx#

At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
2/28/2019 9:52 AM
 
This did not work for me.  I am using RazorCart 1.4.1 with DNN 9.02

The Share checkbox did share the product to a second store created with the RazorCart admin in the same portal. 

The share did not carry across to a store created in another portal..

the share functionality appears to be limited to stores in the same DNN portal..



From the documentation...

Share Product – The Share Product feature only applies if you have created more than one store in the RazorCart admin console. This feature allows you to enter products in one store and share them across stores.  If the share checkbox is not checked then products added to each store will remain separate from products added to other stores.

---

 
New Post
2/28/2019 1:34 PM
 
If you open the stored procedure "RZC_ListProductsByFilter" and scroll to around line 135 and remove the following line from the where clause:

AND P.[PortalID] = @PortalID

I recommend testing this on your test site first.

At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...RazorCartRazorCartSame Store Visible in Multi-PortalsSame Store Visible in Multi-Portals