Modifying Mobile pages

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Modifying Mobile pages

Post by kwikstand » Fri Jun 13, 2014 9:28 am

How can I modify the mobile pages? For example, I want to add a financing option near the Add to Cart button, like here: http://www.contractors-solutions.net/te ... lding.aspx

How is this done on the mobile product page?

Thanks,

Scott
Contractor's Solutions
www. contractors-solutions.net

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Modifying Mobile pages

Post by Katie » Fri Jun 13, 2014 9:40 am

The controls are replicated in the \mobile\ folder. If you had changed a control in \conlib\ folder, then you would find the same control in the \mobile\ folder. I'm guessing you may have changed the "BuyProductDialog" file.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Re: Modifying Mobile pages

Post by kwikstand » Fri Jun 13, 2014 10:17 am

With the regular product page I modified \ConLib\ProductPage.ascx

For the mobile product page, I don't know of I need Mobile\Product.aspx or Mobile\UserControls\BuyProductDialog.ascx
Contractor's Solutions
www. contractors-solutions.net

kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Re: Modifying Mobile pages

Post by kwikstand » Fri Jun 13, 2014 10:25 am

I did it with Mobile\Product.aspx, but the financing link I put in goes to a regular page, not a mobile page
Contractor's Solutions
www. contractors-solutions.net

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: Modifying Mobile pages

Post by nadeem » Sat Jun 14, 2014 2:34 am

Mobile/UserControls/BuyProductDialog.ascx control is used on Mobile/Product.aspx page. Therefore, you can add financing option on any of these pages and it should render correctly on mobile product page.

Post Reply