Is this possible?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
We need to modify our store and i thought it could be wise to ask if the modification we need is posible. This is what we need.

* Two stores, can we run to stores on the same domain? Like this store1/domain.com and store2/domain.com. We will use two different databases and separeted login and so on.

* We need to modify the productpage so the customer can type in text and se how it looks and change font, size and color on the text. Then all these attribute will go with the order.

* We need the customer to upload pictures and see how them look and calculate price, size and so on from the picture.

* We also need a feature on the product page that inculdes drop downs. You choose a type of shirt in the first drop down, in next you choose color and in the last you choose size. The second drop down will be active and contain only the colors we have to that shirt, and the last drop down will be active after you have choosed color and only contain the sizes we have to that shirt in the choosen color. We need this beacuse we have different colors to different size and types of shirts.

* We also need to be able to send email to all customer in a  specific role.

I think that the changes on the product page is posible, but when we have add this to product templates so we can choose them to the products that needs it?
11 years ago
* Two stores, can we run to stores on the same domain? Like this store1/domain.com and store2/domain.com. We will use two different databases and separeted login and so on.
- yes can be done

* We need to modify the productpage so the customer can type in text and se how it looks and change font, size and color on the text. Then all these attribute will go with the order.
- need to know more details about this, i assume your business is to allow customers customize a shirt using images or text.

* We need the customer to upload pictures and see how them look and calculate price, size and so on from the picture.
- need to know how to do the calculation

* We also need a feature on the product page that inculdes drop downs. You choose a type of shirt in the first drop down, in next you choose color and in the last you choose size. The second drop down will be active and contain only the colors we have to that shirt, and the last drop down will be active after you have choosed color and only contain the sizes we have to that shirt in the choosen color. We need this beacuse we have different colors to different size and types of shirts.
- seems you need some dependencies between attributes. this can be done by customization

* We also need to be able to send email to all customer in a  specific role.
- can be done

I think that the changes on the product page is posible, but when we have add this to product templates so we can choose them to the products that needs it?
- depends, may or maynot change the code.
11 years ago
Hello
Yes, we sell shirt with pinted text and images. The most customer wants to se how it looks before they place an order. I think this should be possible with javascript if we build a new product temple? I have done something like that before but not in nop.

What we need to calculate is the size of the printed images. We can du this if we get width, hight and resolution of the uploaded image. We also need to let the customer se the image on a shirt. We also need to calculate the price depending on det size of the printed image.

When it coems to the attribute we have a hard time today. Today a customer can order a red t-shirt in size xs for men. That size doesn't exist. So we want to show only those color and sizes that we can deliver.

I'm sorry if I have used wrong words, I'm not so good at English.

If we start modify the product temple, can we do it this way?
We copy one of the existing templates and modify it like we want it? As I think we can just rename it and create new classes that fits our need or maybe we can create a new product variant attbribute? The problem here is that we don't know where to start or how to register a new template. We also don't know how to create a new product variant attribute and register that? I'm not an expert in programming but as I se it, it have to be the easyes way to create a new variant attribute?

Thanks all of you that help out people here, you are amazing. I also have to say that Nop is a fantastic product and we are very satisfied wit it. It can run a bit slow sometimes, but in our case it was our own fault. I ask about it here and we get helped
11 years ago
hi Mange211,
you can add product variant attribute in admin area, this doesn't require any code change. however the dependencies between attributes need.
if you are not sure how to modify or customize, you are always welcome to post your requirement here and people are willing to help.
11 years ago
Thanks for your answer.

I think I dont explained what I ment with product variant attribut. I know we can add them in admin and we are using them today. If we use variant attribute instead of product template we need to extand the attributes with file upload and multiline textbox. Can we just copy and rename those and modify them to fit our need? Where do we add them so we can choose to use them?

What do you think is the best way to do this? Use variant attribute och create two new product templates?
11 years ago
I have seen stores that let users to custumize and view changes and pricing of the selected options. It seems that they use an independent flash (or alike) application/plugin that does the job and at the end send the selected options to a product with the corresponding option attributes
11 years ago
We don't want to use Flash or any other plugin if it's posible to do this without using them.
11 years ago
nikeid.nike.com with flash
11 years ago
This seems to have a Jquery plugin for customization  and later sends attribute values to selected product
11 years ago
My team is doing an upgrading for a card printing site and their business is similar to yours, currently this site is running v1.9, and it will be v2.8 next month.
Pm me if you need the URL
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.