How to build a non-ecommerce site on BigCommerce?
Want to use the CMS of BigCommerce but client will not be selling products.
For marketing purposes only doesn't need an ecart or product linting.
Not finding non-ecommerce thems there - can I use webdiv in dreamweaver and build my own design or use a template?
Is this possible?
Just do not build out a product catalog. Use the "web pages" portion of the dashboard only to create content pages. You will not find non-ecommerce themes but that is not to say that you have to use the category, product, and checkout pages.
As far as the template, you can create your own from scratch or customize an existing template.
Related
I am using a Shopify 2.0 theme that supports standard Shopify metafields.
I can easily create product metafields that appear correctly on each product listing page in admin.
My question is can I create different sets of metafileds to attach to specific product types? Or am I expecting too much from the standard Shopify metafield functionality?
Stencil provides access the Custom Fields of a Product in a template file as documented in Product Other Details
{{product.custom_fields}}
{{#each custom_fields}}
<li>{{name}}: {{{value}}}</li>
{{/each}}
How do I access the MetaFields that are created in the Product API
POST /catalog/products/{product_id}/metafields?
Product metafields aren't currently surfaced as a Stencil property. Their original purpose was to store metadata against the product object for backend apps (data like shipping origin for ShipperHQ), so they're available via the REST API but not exposed on the front end. If you wanted to access metafields on the frontend, you could build out middleware (using a serverless function, for example) to call the API and pipe that data to the storefront.
It would be good for us to understand your use case better though. Do you want to display metafield values in the template, or base some kind of frontend logic around their values?
While one cannot natively display product metafields in Stencil, there is an app in the Bigcommerce marketplace that allows one do to so. The app also lets one view, create, update, and delete metafields for products, categories, variants, and brands. You can export metafields and import them with a csv file. The app is not free, however, there is a 7 day free trial. This answer is to give an alternative solution to the problem mentioned.
I want to add some custom logic into odoo 10 e-commerce module. I know I have to create a new addon for that. But I am not getting from where I should start the module development.
As the developer mode not helping me in website module to show elements properties when I hover over it. So I am not getting the model's name, field name.. What are the starting steps towards this development?
I want to change the logic in web when we add product to the cart I want to serve that product on monthly basis so select 2 dates, and then the regular billing for the same.
You should read the source code of the modules related to website_sale, you could find it online at:
https://github.com/odoo/odoo/tree/11.0/addons
Is it possible to have virtual products online see in prestasho ? I do not want that downloading is allowed, just want it to look online
Prestashop have Catalog option for disable buying options. Just for product presentation without Add To Cart functionality etc. Product will be available. You can also disable price if You want in Catalog mode.
It is very common, several shops want to be available online only for information and marketing purposes, but don't want to sell online.
Here you have some resources for learn how to activate "Catalog Mode" in PrestaShop 1.6.
http://www.inmotionhosting.com/support/prestashop-16/catalog-mode
This tutorial will help: http://cart-help.com/topic/129-hide-prices-disable-cart-catalog-mode-in-prestashop-16/
Also if you want to show prices in catalog mode:
http://customprestshoptemplates.blogspot.com.es/2012/03/how-to-display-price-on-prestashop.html
Regards
I have installed the Sitecore E-commerce Fundamental Edition (Sitecore_E-Commerce_FE_1.1.0_rev._110511)and The examples (Sitecore_E-Commerce_FE_Examples_1.1.0_rev._110511) packages. If I add a new product to the product repository it is listet at the Product Search Group(Product Page) in the content tree. So far no problems. But when I try to create a new template based on the product template this doesn't work. If I copy or dublicate a already existing produckt temple (for example SLR) content created by this template doesn't work. It's like only the example productstemple are accepted for the Product Seach Group. I have tried to find if the product template have to be accepted by the Product Search Group but with no success. What am I missing?
Regards Karl
Found the solution!
You have to add the new product template in /sitecore/system/Modules/Ecommerce/Catalogs/Product Catalog