C
C
CrewCut2015-09-30 17:02:36
PHP
CrewCut, 2015-09-30 17:02:36

Two versions of the same page, how to implement?

There is an online store. It is necessary to present a product card in two forms - standard and as a landing page. I don’t want to load all the information at once and change it through css / js, ideally there is an idea to make
subdomains for each product. How is it best to implement it, where to dig, what to read?
UPD: I asked incorrectly. The problem is how to automate the generation of such "doubles" in wordpress

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
littleguga, 2015-09-30
@CrewCut

Alternatively, write your own wordpress plugin.
Or like this:
For the domain promo.mysite.ru/shop/example there will be a landing page for the product example. Hang up your routing on promo., and you can pull product data through api (there is such a plugin for WordPress).
In my opinion, such a system is the most optimal.

0
0leg5ergeev, 2015-09-30
@0leg5ergeev

the dumbest option in the forehead - A / B Google test :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question