xF2 Add-on [DBTech] DragonByte eCommerce 2.3.4 Shortcode

TenayaMasai

New member
Registered
Joined
May 22, 2021
Messages
3
Points
1

Reputation:

Hi. Im having an issue where im using DragonByte eCommerce and i cannot get rid of the block. Anyone know how to remove this

lXzhApZ.png

[DBTech] DragonByte eCommerce 2.3.4​

 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Hi. Im having an issue where im using DragonByte eCommerce and i cannot get rid of the block. Anyone know how to remove this

lXzhApZ.png

[DBTech] DragonByte eCommerce 2.3.4​

TenayaMasaiWhere did you get this box, in my installation it looks like that:
1623833113600.png


If you want to get rid of this box, you could add a template modification to remove it.
Like that

1623833914000.png 1623833943500.png
 

TenayaMasai

New member
Registered
Joined
May 22, 2021
Messages
3
Points
1

Reputation:

Hi @BattleKing

That is perfect thank you. Can you paste the Template content and Find please :)
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

Hi @BattleKing

That is perfect thank you. Can you paste the Template content and Find please :)
TenayaMasaiIf you enter the template into the template field: dbtech_ecommerce_product_wrapper
you will get the template contents.
Here the find section:
PHP:
    <xf:if contentcheck="true">
                        <div class="block-body block-row block-row--separated">
                            <xf:contentcheck>
                                <xf:macro template="share_page_macros" name="share_clipboard_input"
                                          arg-label="{{ phrase('dbtech_ecommerce_copy_product_bb_code') }}"
                                          arg-text="[PRODUCT=product, {$product.product_id}][/PRODUCT]" />
                            </xf:contentcheck>
                        </div>
                    </xf:if>

and here the orher: dbtech_ecommerce_product_wrapper_macros
Here the find section:
PHP:
<xf:if contentcheck="true">
                            <div class="block-body block-row block-row--separated">
                                <xf:contentcheck>
                                    <xf:macro template="share_page_macros" name="share_clipboard_input"
                                              arg-label="{{ phrase('dbtech_ecommerce_copy_product_bb_code') }}"
                                              arg-text="[PRODUCT=product, {$product.product_id}][/PRODUCT]" />
                                </xf:contentcheck>
                            </div>
                        </xf:if>
 

TenayaMasai

New member
Registered
Joined
May 22, 2021
Messages
3
Points
1

Reputation:

I dont know what i did wrong. it still showing for me :(
 
Top