Webstore working on latest release?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

8/28/2024 10:35:35 PM
Gravatar
Total Posts 5

Webstore working on latest release?

I set up a basic webstore a few years ago on V2.6 (or earlier). It worked well for my needs - offering a few custom-made items.

I just set up a new website, installed the latest version of MP and the Webstore. I'm creating a test product to play with before building the site store page with all the products. I have not yest configured the payment gateway, in case that matters.

  • Completed the Store Settings page
  • Created a product (coffee mug) with images, description. 
    • ISSUE: The Shipping Amount field returns to zero after setting it and saving the changes. Not a deal breaker.
  • Created an offer - settings, description, availability.
    • ISSUE: Clicking "Save and Continue Edit" on any tab prompts with a "Leave Site?" dialog. This does NOT occur on the product page tabs. 
    • ISSUE: Products tab - click Add Product. Products table is shown with one product. Click Add results in no action occurring. No other controls on that page, so click Back (arrow) and no products are listed. I rolled back to the default skin to be sure my custom skin wasn't causing any display issue. (custom skin is the Framework with modified image colors and a handful of custom CSS classes, otherwise unchanged.)

I can't seem to move past associating an offer with a product. In SQL, I see the product and offer URLs, and when I enter those URLs I see the product with the image and description, the offer with the price, add to cart link, and description but no image even though an images is associated with both the product and offer. Also - products / offers don't show up on the store main page where the Web Store instance is linked. I do see a "Specials" header with the product when I tick the "Special" option.

 

9/25/2024 2:33:43 PM
Gravatar
Total Posts 2253

Re: Webstore working on latest release?

Hi,

Are you using mojo 2.9.0.1 and webstore 7.5.0.4 or building the code from the repo?

Thanks,
Joe

9/25/2024 3:38:29 PM
Gravatar
Total Posts 5

Re: Webstore working on latest release?

Hi Joe,

Yes, V2.9.0.1 for MS-SQL and Webstore 7.5.0.4. The latter was downloaded on 8/28/24, a few days before I posted my question. I host 4 distinct domains on the same server, 3 running 2.9.0.1 and one running an older 2.7 release. Only the latest site was attempting to use the Webstore module to market a handful of craft items. Could the presence of an older instance have anything to do with this? I'm using separate root folders for each site and separate SQL databases, so I didn't think so.

I had set this up about 6 years ago on 2.7 (different server/infrastructure) and resurrected the domain and project and thought I could just use the same components on the newer version.

This is a low priority now as I've integrated that new site with a NopCommerce webstore instance.

10/30/2024 1:18:59 PM
Gravatar
Total Posts 163

Re: Webstore working on latest release?

hi everyone,

 

i have some trouble..  installed latest release of mojo and latest release (taken by github) and have some issue

 

for examle..   when i browse cart i have ah shuck error. this is my log :

 

System.TypeLoadException: Non è stato possibile caricare il tipo 'mojoPortal.Web.UI.GCheckoutLogList' dall'assembly 'mojoPortal.Web, Version=2.9.0.1, Culture=neutral, PublicKeyToken=null'.
   in WebStore.UI.AdminCartDetailPage.PopulateControls()
   in WebStore.UI.AdminCartDetailPage.Page_Load(Object sender, EventArgs e)
   in System.Web.UI.Control.OnLoad(EventArgs e)
   in mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e)
   in System.Web.UI.Control.LoadRecursive()
   in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)