Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCMOD changes in twig file not showing #30

Open
riteshjha opened this issue Mar 6, 2019 · 0 comments
Open

OCMOD changes in twig file not showing #30

riteshjha opened this issue Mar 6, 2019 · 0 comments

Comments

@riteshjha
Copy link

riteshjha commented Mar 6, 2019

OC Version: 2.3.0.2 and Ajax Quick Checkout 6.6.5.
I made changes in cart.tpl file using OCMOD modification but changes is not showing. When i check the modification folder inside system/storage it is modified and the added field is there but it is not showing.

Here is my code for changes

<file path="catalog/view/theme/default/template/d_quickcheckout/cart.twig">
    <operation>
        <search><![CDATA[<div class=" form-group qc-coupon <%= parseInt(model.config.option.coupon.display) ? '' : 'hidden' %>">]]></search>
        <add position="before"><![CDATA[
            <div class="form-group qc-mgmt">
                <label class="col-sm-4 control-label">Extra Field:</label>
                <div class="col-sm-8">
                    <div class="input-group">
                        <input type="text" value=""/>
                    </div>
                </div>
            </div>
        ]]></add>
    </operation>
</file>
@riteshjha riteshjha changed the title OCMOD changes in tpl file not reflected OCMOD changes in tpl file not showing Mar 6, 2019
@riteshjha riteshjha changed the title OCMOD changes in tpl file not showing OCMOD changes in twig file not showing Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant