Skip to content

pushテスト #3740

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@ Ensure that you follow the list of [theme store requirements](https://shopify.de
## License

Copyright (c) 2021-present Shopify Inc. See [LICENSE](/LICENSE.md) for further details.

テスト環境へのpush
pushターゲットテーマ名:
JAPANBITE_DEV 20250303_githubテスト環境
shopify theme push --theme=176689676573
102 changes: 0 additions & 102 deletions assets/animations.js

This file was deleted.

361 changes: 361 additions & 0 deletions assets/appstle-init.js

Large diffs are not rendered by default.

156 changes: 156 additions & 0 deletions assets/appstle-membership-init.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
(function (window, k) {
if (!window.AppstleMembershipIncluded && (!urlIsProductPage() || 'V1' === 'V2')) {
window.AppstleMembershipIncluded = true;
appstleLoadScript = function (src, callback) {
var script = document.createElement("script");
script.charset = "utf-8";
script.async = true;
script.src = src;
script.onload = script.onreadystatechange = function () {
if (!script.readyState || /loaded|complete/.test(script.readyState)) {
script.onload = script.onreadystatechange = null;
script = k;
callback && callback();
}
};
document.getElementsByTagName("head")[0].appendChild(script)
};
appstleLoadScript("https://cdn.shopify.com/s/files/1/0665/5000/6018/t/21/assets/appstle-membership.js?v=1684147482");

window.AM = Window.AM || {};
AM.Config = {
"selectors": {
"payment_button_selectors": "form[action$='/cart/add'] .shopify-payment-button",
"subscriptionLinkSelector": "#MainContent > div > div:nth-child(2)",
"atcButtonPlacement": "BEFORE",
"subscriptionLinkPlacement": "BEFORE"
},
"useUrlWithCustomerId": false,
"atcButtonSelector": "div.product-form__buttons",
"moneyFormat": "{% raw %}${{amount}}{% endraw %}",
"oneTimePurchaseText": "One Time Purchase",
"shop": "wagashiwith.myshopify.com",
"deliveryText": "delivery",
"purchaseOptionsText": "Membership Options",
"manageSubscriptionButtonText": "Manage Membership",
"subscriptionOptionText": "Join Now",
"sellingPlanSelectTitle": "DELIVERY FREQUENCY",
"subscriptionPriceDisplayText": "",
"tooltipTitle": "Membership detail",
"api_key": "jDmpvitgzgF7",
"showTooltipOnClick": "false",
"tooltipDesctiption": "<strong>Have complete control of your memberships<\/strong><br\/><br\/>Skip, reschedule, edit, cancel deliveries anytime matching your needs.",
"tooltipDescriptionOnPrepaidPlan": "<b>Prepaid Plan Details<\/b><\/br> Total price: {{{totalPrice}}} ( Price for every delivery: {{{pricePerDelivery}}})",
"tooltipDescriptionOnMultipleDiscount": "<b>Discount Details<\/b><\/br> Initial discount is {{discountOne}} and then {{discountTwo}}",
"tooltipDescriptionCustomization": "{{{defaultTooltipDescription}}} <\/br> {{{prepaidDetails}}} <\/br> {{{discountDetails}}}",
"orderStatusManageSubscriptionTitle": "Membership",
"orderStatusManageSubscriptionDescription": "Continue to your account to view and manage your memberships. Please use the same email address that you used to buy the membership.",
"orderStatusManageSubscriptionButtonText": "Manage your membership",
"subscriptionOptionSelectedByDefault" : false,
"totalPricePerDeliveryText" : "{{{prepaidPerDeliveryPrice}}}\/delivery",
"memberOnlySellingPlansJson": {},
"fieldsBySellingPlanId": "{}",
"rulesByCustomerTag": "{}",
"membershipByCustomerTag": "{}",
"nonMemberOnlySellingPlansJson": {},
"sellingPlansJson": [],
"widgetEnabled": true,
"showTooltip" : true,
"sortByDefaultSequence": false,
"showSubOptionBeforeOneTime": false,
"showStaticTooltip": false,
"showAppstleLink": false,
"sellingPlanTitleText" : "{{sellingPlanName}} ({{{sellingPlanPrice}}}\/delivery)",
"oneTimePriceText" : "{{{price}}}",
"selectedPayAsYouGoSellingPlanPriceText" : "{{{price}}}",
"selectedPrepaidSellingPlanPriceText" : "{{{pricePerDelivery}}}",
"selectedDiscountFormat" : "SAVE {{{selectedDiscountPercentage}}}",
"manageSubscriptionBtnFormat" : "<a href='apps\/memberships' class='appstle_manageSubBtn' ><button class='btn' style='padding: 2px 20px'>Manage Membership<\/button><a><br><br>",
"manageSubscriptionUrl" : "apps\/memberships",
"appstlePlanId": 1,
"showCheckoutSubscriptionBtn": true,
"disableLoadingJquery": false,
"enableMessagingForNonMembers": "false",
"nonMemberMessaging": "Please login to avail the membership perks.",
"showMembershipBanner": "true",
"showDiscountWidget": "false",
"discountBadgeImageLink": "",
"widgetBadgeImageLink": "",
"productPagePriceDescriptionBlockPriceSelector": "",
"productPagePriceDescriptionBlockParentSelector": "",
"priceBlockSelector": "",
"parentSelector": "",
"reBuyEnabled": "false",
"switchRadioButtonWidget": false,
"enableAddJSInterceptor": false,
"css": {
"appstle_membership_widget": {
"margin-top": "" ,
"margin-bottom": "",
},

"appstle_membership_wrapper": {
"border-width": "",
"border-color": "",
},

"appstle_circle": {
"border-color": "",
},

"appstle_dot": {
"background-color": "",
},

"appstle_select": {
"padding-top": "",
"padding-bottom": "",
"padding-left": "",
"padding-right": "",
"border-width": "",
"border-style": "",
"border-color": "",
"border-radius": "",
},

"tooltip_subscription_svg": {
"fill": "",
},

"appstle_tooltip": {
"color": "",
"background-color": "",
},

"appstle_tooltip_border_top_color": {
"border-top-color": "",
},

"appstle_membership_final_price": {
"color": "",
},
"appstle_widget_text_color": {
"color": "",
},
"appstle_selected_background": {
"background": "transparent",
},
"customCSS": "",
"customerPortalCss": "",
"priceSelector": "span.price-item.price-item--regular",
"landingPagePriceSelector": "",
"quickViewClickSelector": "",
"badgeTop": "",
"pricePlacement": "BEFORE",
}
};

}

function urlIsProductPage() {
// return null != decodeURIComponent(window.location.pathname).match(/\/products\/(([a-zA-Z0-9]|[\-\.\_\~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[\ud83c\ud83d\ud83e][\ud000-\udfff]){1,})\/?/)
return decodeURIComponent(window.location.pathname).includes('/products/');
}
}
)(window);

1 change: 1 addition & 0 deletions assets/appstle-membership.js

Large diffs are not rendered by default.

Loading
Loading