How to edit the specs content in pdp on electronic store provide by hybris? - e-commerce

I want to know from which cockpit you can edit the specs content that you see in product detail page of any product in the demo stores provided by hybris?

You can:
Manage product content (code,media, etc) at http://yoursite/productcockpit/
Manage CMS Content (also PDP) at http://yoursite/cmscockpit/

Related

Attributes category not changeable in PDP | Spartacus Telco

We notice that all product variants are returned in the API "occ/v2/telcospa/products/{{product}}" through the property called "variantMatrix", when all properties about categories of base product attributes are returned.
But not find any component in Spartacus utilizing this property, for presenting in the PDP, the product details as well as its attributes category (storage size, color, and any others dinamic attributes), selectable through HTML 'select'.
Enabling the user to change attribute options according to their choice in the PDP, and each change corresponds to a product variant and its SKU. Very similar user experience with wireframe extracted from an ongoing project by the Spartacus team as shown below:
variantMatrix is used by so called "Multidimensional Product support" (Multi-d Variants) feature of Hybris (B2B extensions). It's not yet implemented in Spartacus due to API missings. However it's developed under epic/multi-d branch, you will find the variantMatrix usage there:
https://github.com/SAP/spartacus/commits/epic/multi-d
AFAIK, multi-d variants will become a feature lib, but pls take some time for exploring the project board for details:
https://github.com/SAP/spartacus/projects/119#card-51242735
And the official roadmap with a mention of Multidimensional product support:
https://sap.github.io/spartacus-docs/spartacus-roadmap/
Please note that while Multi-d variants are B2B feature, it should be doable to make use of it for B2C setup after some backend adjustments.

Use Product Metafields from Stencil in BigCommerce

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.

Best Approach for integrating Microdata schema.org

I am developing a simple website and want to implement microdata on it.
The website is for a local business and simply has the default structure (about, services, contact, etc..).
My question is if microdata can be cloned on every page or if I should change from page to page. Logically I would say that I should change from page to page, but on the other hand information like facebook page, twitter and map will keep the same so I don't know what should I do.
I take the chance to ask if there is any better category to list a software company, I am using local business but maybe there should be better ones that I am missing (this applies for meta description and keywords also on the different sections of the site)
You should declare only the start- or contact/aboutme site with your Local Buissiness Information.
On all other site depend on the content like article, product etc.

How to build NON-ecommerce websites on BigCommerce

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.

Multiple options for purchase in VirtueMart

I want to use virtue mart for online shopping system on a joomla website. But I wonder if it supports multiple purchase options like;
Add to Cart (will added into the cart)
Download Online (customer will be able to download the files like .pdf or .mp3)
Get physical product (product will be shipped to the customers address, or can visit the head-office and get it by hand, etc)
The Payment methods would be like;
Online payment (via credit card, online banking, paypal, master card, visa card, etc)
Other Means (via bank, western union, within the country options, or can visit the head-office and pay it by hand, etc)
Please, guide me if it is possible, and if yes, then a brief detail on HOW?
Thank you very much.
Using Virtue-mart you can achieve all your requirement easily.
You can get following options with VM
Add to cart options
Call us For details
Download files with external plugins
Shipping options to physical address
Payment with all major credit cards
even more.
By default VM have Following Payment options
Paypal
Authorize.net
System Pay
Payzen
even more you can find on the plugin Store
For your shipping option you will get shipping plugin from VM Team
UPS(Paid)
USPS(Paid)
FEDEX(Paid)
You can create custom methods(For warehouse pickup).
For online file download you can get many plugins like
Hope this will make a clear idea about VM.
If you are planning for huge Virtual store (more than 1000 of item VM is Good for you it have lot of additional features.)
for small stores better to go for Wordpress & WooCommecrce(Simple and Easy)