Editing Product Page, Availability, Quantity, Code Price Etc

Hi all,



I am currently attempting to move the order in which everything appears in the product page in cs cart.



We wish to move the code and availability above price, as well as making the current price, rrp and savings box all on the same line,



I have tried to do this in the css but had no luck so far, is it the template which needs to be edited?



If no one knows exactly then any info to point me in the right direction would be great!!



Our version is 4.2.4



Cheers

Dave

hi Dave,



the product details template file is “design/themes/responsive/templates/blocks/product_templates/default_template.tpl”



for example, if you want to move product code above price, please move this code:



{assign var="sku" value="sku_`$obj_id`"}
{$smarty.capture.$sku nofilter}



above this line:

```php

```

best regards,
WSA team